11 #include "JSONRPCUtils.h" 12 #include "JSONServiceDescription.h" 39 static void Cleanup();
54 static std::string MethodCall(
const std::string &inputString,
ITransportLayer *transport,
IClient *client);
66 static inline bool IsProperJSONRPC(
const CVariant& inputroot);
70 static bool m_initialized;
Definition: AddonsOperations.h:23
static void Initialize()
Initializes the JSON-RPC handler.
Definition: JSONRPC.cpp:41
JSONRPC_STATUS
Possible statuc codes of a response to a JSON-RPC request.
Definition: JSONRPCUtils.h:29
Definition: ITransportLayer.h:27
Definition: inftrees.h:24
JSON RPC handler.
Definition: JSONRPC.h:31