6 #ifndef CMR_CMR_INCLUDED
7 #define CMR_CMR_INCLUDED
29 template <
class C>
void swap(C& c1, C& c2)
38 #define REQ_CHECK_CONNECTION "cmr.check"
39 #define REQ_CHECK_CONNECTION_RETURN "cmr.check_return"
40 #define REQ_CALL "cmr.call"
41 #define REQ_CALL_RETURN "cmr.call_return"
43 #define REQ_SVC_CLASS "svc_class"
44 #define REQ_SVC_NAME "svc_name"
45 #define REQ_IFACE_NAME "iface_name"
47 #define REQ_ARGS_IN "args_in"
48 #define REQ_TIMESTAMP "cmr.req.timestamp"
49 #define REQ_ARGS_OUT "args_out"
50 #define REQ_SESSION_CONTEXT "session_context"
51 #define REQ_APP_RETURN_VALUE "r" // application return value
53 #define SESSION_CONTEXT_SESSION_ID "session_id"
const long COMM_FORMAT_ASCII_XML
Definition: Commore.h:57
const long CMR_FIRST_ERROR
Definition: Commore.h:26
const long CMR_GENERIC_ERROR
Definition: Commore.h:18
void swap(C &c1, C &c2)
Definition: Commore.h:29
const long CMR_NOT_FOUND
Definition: Commore.h:19
#define CMREXD
Definition: Compiler.h:22
const long CMR_INVALID_ANSWER
Definition: Commore.h:24
const long COMM_FORMAT_BINARY
Definition: Commore.h:56
const long CMR_NOOP
Definition: Commore.h:16
const long CMR_END_OF_DATA
Definition: Commore.h:23
const long CMR_OK
Definition: Commore.h:15
const long CMR_LAST_ERROR
Definition: Commore.h:27
const long CMR_NOT_IMPLEMENTED
Definition: Commore.h:20
CMREXD int init()
Definition: Commore.cpp:17
const long CMR_ALREADY_EXIST
Definition: Commore.h:22