commore
1.0.6-SNAPSHOT
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
commore
Todo List
Deprecated List
Namespaces
Classes
Files
File List
Examples
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Pages
Call_C.h
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
:
17
Tuple
arg_in;
18
Tuple
arg_out;
19
PInterface
pInterface;
20
21
public
:
22
Call_C
(
const
PInterface
& pInterface,
const
AChar* class_name);
23
~
Call_C
();
24
int
call();
25
};
26
}
27
28
#endif
commore::Tuple
Definition:
Tuple.h:29
commore::Call_C
Definition:
Call_C.h:14
commore::AutoRef< Interface >
commore
Call_C.h
Generated on Thu Dec 1 2016 17:44:22 for commore by
1.8.7