1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
--- orig/PortableServerC.i Wed Apr 18 01:09:27 2001
+++ PortableServerC.i Tue Apr 17 23:56:19 2001
@@ -1,6 +1,6 @@
// -*- C++ -*-
//
-// $Id$
+// $Id$
// **** Code generated by the The ACE ORB (TAO) IDL Compiler ****
// TAO and the TAO IDL Compiler have been developed by:
@@ -628,6 +628,8 @@
// *************************************************************
+#if (TAO_HAS_MINIMUM_POA == 0)
+
#if !defined (_PORTABLESERVER_THREADPOLICY___CI_)
#define _PORTABLESERVER_THREADPOLICY___CI_
@@ -678,6 +680,8 @@
#endif /* end #if !defined */
+#endif /* TAO_HAS_MINIMUM_POA == 0 */
+
#if !defined (_PORTABLESERVER_LIFESPANPOLICY___CI_)
#define _PORTABLESERVER_LIFESPANPOLICY___CI_
@@ -828,6 +832,8 @@
#endif /* end #if !defined */
+#if (TAO_HAS_MINIMUM_POA == 0)
+
#if !defined (_PORTABLESERVER_IMPLICITACTIVATIONPOLICY___CI_)
#define _PORTABLESERVER_IMPLICITACTIVATIONPOLICY___CI_
@@ -977,6 +983,8 @@
#endif /* end #if !defined */
+#endif /* TAO_HAS_MINIMUM_POA == 0 */
+
// *************************************************************
// Inline operations for exception PortableServer::POAManager::AdapterInactive
// *************************************************************
@@ -1032,6 +1040,8 @@
#endif /* end #if !defined */
+#if (TAO_HAS_MINIMUM_POA == 0)
+
#if !defined (_PORTABLESERVER_ADAPTERACTIVATOR___CI_)
#define _PORTABLESERVER_ADAPTERACTIVATOR___CI_
@@ -1231,6 +1241,8 @@
#endif /* end #if !defined */
+#endif /* TAO_HAS_MINIMUM_POA == 0 */
+
// *************************************************************
// Inline operations for exception PortableServer::POA::AdapterAlreadyExists
// *************************************************************
@@ -1390,6 +1402,8 @@
#endif /* _TAO_CDR_OP_PortableServer_ObjectId_I_ */
+#if (TAO_HAS_MINIMUM_CORBA == 0)
+
ACE_INLINE CORBA::Boolean operator<< (TAO_OutputCDR &strm, const PortableServer::ForwardRequest &_tao_aggregate)
{
// first marshal the repository ID
@@ -1418,6 +1432,10 @@
return 0;
}
+#endif /* TAO_HAS_MINIMUM_CORBA == 0 */
+
+#if (TAO_HAS_MINIMUM_POA == 0)
+
ACE_INLINE CORBA::Boolean operator<< (TAO_OutputCDR &strm, const PortableServer::ThreadPolicyValue &_tao_enumval)
{
CORBA::ULong _tao_temp = _tao_enumval;
@@ -1437,6 +1455,8 @@
return _tao_result;
}
+#endif /* TAO_HAS_MINIMUM_POA == 0 */
+
ACE_INLINE CORBA::Boolean operator<< (TAO_OutputCDR &strm, const PortableServer::LifespanPolicyValue &_tao_enumval)
{
CORBA::ULong _tao_temp = _tao_enumval;
@@ -1494,6 +1514,8 @@
return _tao_result;
}
+#if (TAO_HAS_MINIMUM_POA == 0)
+
ACE_INLINE CORBA::Boolean operator<< (TAO_OutputCDR &strm, const PortableServer::ImplicitActivationPolicyValue &_tao_enumval)
{
CORBA::ULong _tao_temp = _tao_enumval;
@@ -1551,3 +1573,4 @@
return _tao_result;
}
+#endif /* TAO_HAS_MINIMUM_POA == 0 */
|