From 0ce9ff7103a8303cbf7bbefe22adbc2b9505ea17 Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 8 Aug 2019 15:50:31 +0200 Subject: Split some codes --- db/uobject.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 db/uobject.h (limited to 'db/uobject.h') diff --git a/db/uobject.h b/db/uobject.h new file mode 100644 index 0000000..b4c2ef0 --- /dev/null +++ b/db/uobject.h @@ -0,0 +1,23 @@ +#ifndef Uobject_H_ +#define Uobject_H_ + +#include +#include + +#include +#include + +#include +#include +#include + +#include + +#include "../shared.h" +#include "../db/mongo_access.h" + +namespace uobject { + std::string retrieveAll(std::string collection, struct json_object* jsonObjects); +} + +#endif -- cgit v1.2.1