commore  1.0.6-SNAPSHOT
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Call_C.h
Go to the documentation of this file.
1 //
2 // Copyright (c) 2009 CANTOR
3 //
4 
5 #ifndef CMR_CALL_C_DEFINED
6 #define CMR_CALL_C_DEFINED
7 
8 #include "Service.h"
9 #include "Tuple.h"
10 
11 namespace commore
12 {
13 
14  class CMREXD Call_C
15  {
16  public:
20 
21  public:
22  Call_C(const PInterface& pInterface, const AChar* class_name);
23  ~Call_C();
24  int call();
25  };
26 }
27 
28 #endif
Definition: Tuple.h:29
PInterface pInterface
Definition: Call_C.h:19
char AChar
Definition: Type.h:65
Definition: Call_C.h:14
#define CMREXD
Definition: Compiler.h:22
Tuple arg_out
Definition: Call_C.h:18
Tuple arg_in
Definition: Call_C.h:17