RCFProto
 All Classes Functions Typedefs
Idl_DeclareOnly.hpp
1 
2 //******************************************************************************
3 // RCF - Remote Call Framework
4 //
5 // Copyright (c) 2005 - 2013, Delta V Software. All rights reserved.
6 // http://www.deltavsoft.com
7 //
8 // RCF is distributed under dual licenses - closed source or GPL.
9 // Consult your particular license for conditions of use.
10 //
11 // If you have not purchased a commercial license, you are using RCF
12 // under GPL terms.
13 //
14 // Version: 2.0
15 // Contact: support <at> deltavsoft.com
16 //
17 //******************************************************************************
18 
19 #undef RCF_BEGIN
20 #undef RCF_BEGIN_I0
21 #undef RCF_BEGIN_I1
22 #undef RCF_BEGIN_I2
23 #undef RCF_END
24 
25 #define RCF_BEGIN RCF_BEGIN_DECL
26 #define RCF_BEGIN_I0 RCF_BEGIN_I0_DECL
27 #define RCF_BEGIN_I1 RCF_BEGIN_I1_DECL
28 #define RCF_BEGIN_I2 RCF_BEGIN_I2_DECL
29 #define RCF_END RCF_END_DECL
30 
31 #undef RCF_METHOD_R0
32 #undef RCF_METHOD_R1
33 #undef RCF_METHOD_R2
34 #undef RCF_METHOD_R3
35 #undef RCF_METHOD_R4
36 #undef RCF_METHOD_R5
37 #undef RCF_METHOD_R6
38 #undef RCF_METHOD_R7
39 #undef RCF_METHOD_R8
40 #undef RCF_METHOD_R9
41 #undef RCF_METHOD_R10
42 #undef RCF_METHOD_R11
43 #undef RCF_METHOD_R12
44 #undef RCF_METHOD_R13
45 #undef RCF_METHOD_R14
46 #undef RCF_METHOD_R15
47 
48 #undef RCF_METHOD_V0
49 #undef RCF_METHOD_V1
50 #undef RCF_METHOD_V2
51 #undef RCF_METHOD_V3
52 #undef RCF_METHOD_V4
53 #undef RCF_METHOD_V5
54 #undef RCF_METHOD_V6
55 #undef RCF_METHOD_V7
56 #undef RCF_METHOD_V8
57 #undef RCF_METHOD_V9
58 #undef RCF_METHOD_V10
59 #undef RCF_METHOD_V11
60 #undef RCF_METHOD_V12
61 #undef RCF_METHOD_V13
62 #undef RCF_METHOD_V14
63 #undef RCF_METHOD_V15
64 
65 #define RCF_METHOD_R0 RCF_METHOD_R0_DECL
66 #define RCF_METHOD_R1 RCF_METHOD_R1_DECL
67 #define RCF_METHOD_R2 RCF_METHOD_R2_DECL
68 #define RCF_METHOD_R3 RCF_METHOD_R3_DECL
69 #define RCF_METHOD_R4 RCF_METHOD_R4_DECL
70 #define RCF_METHOD_R5 RCF_METHOD_R5_DECL
71 #define RCF_METHOD_R6 RCF_METHOD_R6_DECL
72 #define RCF_METHOD_R7 RCF_METHOD_R7_DECL
73 #define RCF_METHOD_R8 RCF_METHOD_R8_DECL
74 #define RCF_METHOD_R9 RCF_METHOD_R9_DECL
75 #define RCF_METHOD_R10 RCF_METHOD_R10_DECL
76 #define RCF_METHOD_R11 RCF_METHOD_R11_DECL
77 #define RCF_METHOD_R12 RCF_METHOD_R12_DECL
78 #define RCF_METHOD_R13 RCF_METHOD_R13_DECL
79 #define RCF_METHOD_R14 RCF_METHOD_R14_DECL
80 #define RCF_METHOD_R15 RCF_METHOD_R15_DECL
81 
82 #define RCF_METHOD_V0 RCF_METHOD_V0_DECL
83 #define RCF_METHOD_V1 RCF_METHOD_V1_DECL
84 #define RCF_METHOD_V2 RCF_METHOD_V2_DECL
85 #define RCF_METHOD_V3 RCF_METHOD_V3_DECL
86 #define RCF_METHOD_V4 RCF_METHOD_V4_DECL
87 #define RCF_METHOD_V5 RCF_METHOD_V5_DECL
88 #define RCF_METHOD_V6 RCF_METHOD_V6_DECL
89 #define RCF_METHOD_V7 RCF_METHOD_V7_DECL
90 #define RCF_METHOD_V8 RCF_METHOD_V8_DECL
91 #define RCF_METHOD_V9 RCF_METHOD_V9_DECL
92 #define RCF_METHOD_V10 RCF_METHOD_V10_DECL
93 #define RCF_METHOD_V11 RCF_METHOD_V11_DECL
94 #define RCF_METHOD_V12 RCF_METHOD_V12_DECL
95 #define RCF_METHOD_V13 RCF_METHOD_V13_DECL
96 #define RCF_METHOD_V14 RCF_METHOD_V14_DECL
97 #define RCF_METHOD_V15 RCF_METHOD_V15_DECL