identt
QueryBase.hpp
Go to the documentation of this file.
1 
33 #ifndef _IDENTT_QUERY_QUERYBASE_HPP_
34 #define _IDENTT_QUERY_QUERYBASE_HPP_
35 
36 #include <utils/BaseUtils.hpp>
37 #include <query/SydentQuery.hpp> // define on top
38 
39 #include <utils/SharedTable.hpp>
40 
41 #include <async++.h>
42 // #define IDENTT_PARALLEL_ONE async::parallel_invoke
43 #define IDENTT_PARALLEL_ONE async::spawn
44 
45 #include <functional>
46 #include <boost/algorithm/string.hpp>
47 #include "../proto/Query.pb.h"
48 #include "../proto/Store.pb.h"
49 #include "ServiceBase.hpp"
50 #include "ProtoForm.hpp"
51 #include "ProtoJson.hpp"
52 
53 #include "HttpClient.hpp"
54 
55 #define IDENTT_POST_TO_SYNAPSE true
56 
57 #endif /* _IDENTT_QUERY_QUERYBASE_HPP_ */