commore  1.0.6-SNAPSHOT
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Commore.h File Reference
#include "Compiler.h"
#include "Type.h"
#include "GlobVar.h"

Go to the source code of this file.

Namespaces

 commore
 

Macros

#define REQ_CHECK_CONNECTION   "cmr.check"
 
#define REQ_CHECK_CONNECTION_RETURN   "cmr.check_return"
 
#define REQ_CALL   "cmr.call"
 
#define REQ_CALL_RETURN   "cmr.call_return"
 
#define REQ_SVC_CLASS   "svc_class"
 
#define REQ_SVC_NAME   "svc_name"
 
#define REQ_IFACE_NAME   "iface_name"
 
#define REQ_ARGS_IN   "args_in"
 
#define REQ_TIMESTAMP   "cmr.req.timestamp"
 
#define REQ_ARGS_OUT   "args_out"
 
#define REQ_SESSION_CONTEXT   "session_context"
 
#define REQ_APP_RETURN_VALUE   "r"
 
#define SESSION_CONTEXT_SESSION_ID   "session_id"
 

Functions

template<class C >
void commore::swap (C &c1, C &c2)
 
CMREXD int commore::init ()
 

Variables

const long commore::CMR_OK = 1
 
const long commore::CMR_NOOP = 2
 
const long commore::CMR_GENERIC_ERROR = -1000001
 
const long commore::CMR_NOT_FOUND = -1000002
 
const long commore::CMR_NOT_IMPLEMENTED = -1000003
 
const long commore::CMR_ALREADY_EXIST = -1000004
 
const long commore::CMR_END_OF_DATA = -1000005
 
const long commore::CMR_INVALID_ANSWER = -1000006
 
const long commore::CMR_FIRST_ERROR = CMR_GENERIC_ERROR
 
const long commore::CMR_LAST_ERROR = -1000099
 
const long commore::COMM_FORMAT_BINARY = 0
 
const long commore::COMM_FORMAT_ASCII_XML = 1
 

Macro Definition Documentation

#define REQ_APP_RETURN_VALUE   "r"
#define REQ_ARGS_IN   "args_in"
#define REQ_ARGS_OUT   "args_out"
#define REQ_CALL   "cmr.call"
#define REQ_CALL_RETURN   "cmr.call_return"
#define REQ_CHECK_CONNECTION   "cmr.check"
#define REQ_CHECK_CONNECTION_RETURN   "cmr.check_return"
#define REQ_IFACE_NAME   "iface_name"
#define REQ_SESSION_CONTEXT   "session_context"
#define REQ_SVC_CLASS   "svc_class"
#define REQ_SVC_NAME   "svc_name"
#define REQ_TIMESTAMP   "cmr.req.timestamp"
#define SESSION_CONTEXT_SESSION_ID   "session_id"