summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-14 22:57:01 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-14 22:57:01 +0000
commite805cd0dfc05b4c33d8523ba1888e026cd9dcf33 (patch)
tree6ae07fe00f8aa4d3821cdb35e8ac49b55fc62218
parentbc3ae672a7678b8d9892c1b627e18d9d5667c5ea (diff)
downloadATCD-e805cd0dfc05b4c33d8523ba1888e026cd9dcf33.tar.gz
ChangeLogTag: Fri Mar 14 16:55:00 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/tao/PortableServer/PortableServerC.h12
-rw-r--r--TAO/tao/PortableServer/PortableServerC.i8
3 files changed, 27 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 7ff9e408805..5039a9c5968 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Fri Mar 14 16:55:00 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tao/PortableServer/PortableServerC.h:
+ * tao/PortableServer/PortableServerC.i:
+
+ Added some missing TAO_HAS_MINIMUM_POA guards.
+
Fri Mar 14 14:48:53 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* orbsvcs/examples/ORT/Gateway_i.cpp:
diff --git a/TAO/tao/PortableServer/PortableServerC.h b/TAO/tao/PortableServer/PortableServerC.h
index 9f48c60d165..8ad458adee4 100644
--- a/TAO/tao/PortableServer/PortableServerC.h
+++ b/TAO/tao/PortableServer/PortableServerC.h
@@ -4358,6 +4358,8 @@ TAO_PortableServer_Export void operator<<= (CORBA::Any &, PortableServer::Reques
TAO_PortableServer_Export void operator<<= (CORBA::Any &, PortableServer::RequestProcessingPolicy_ptr *); // non-copying
TAO_PortableServer_Export CORBA::Boolean operator>>= (const CORBA::Any &, PortableServer::RequestProcessingPolicy_ptr &);
+#endif /* TAO_HAS_MINIMUM_POA == 0 */
+
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/any_op_ch.cpp:52
@@ -4365,6 +4367,8 @@ TAO_PortableServer_Export void operator<<= (CORBA::Any &, PortableServer::POAMan
TAO_PortableServer_Export void operator<<= (CORBA::Any &, PortableServer::POAManager_ptr *); // non-copying
TAO_PortableServer_Export CORBA::Boolean operator>>= (const CORBA::Any &, PortableServer::POAManager_ptr &);
+#if (TAO_HAS_MINIMUM_POA == 0)
+
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_exception/any_op_ch.cpp:52
@@ -4407,6 +4411,8 @@ TAO_PortableServer_Export void operator<<= (CORBA::Any &, PortableServer::Servan
TAO_PortableServer_Export void operator<<= (CORBA::Any &, PortableServer::ServantLocator_ptr *); // non-copying
TAO_PortableServer_Export CORBA::Boolean operator>>= (const CORBA::Any &, PortableServer::ServantLocator_ptr &);
+#endif /* TAO_HAS_MINIMUM_POA == 0 */
+
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/any_op_ch.cpp:52
@@ -4414,6 +4420,8 @@ TAO_PortableServer_Export void operator<<= (CORBA::Any &, PortableServer::POA_pt
TAO_PortableServer_Export void operator<<= (CORBA::Any &, PortableServer::POA_ptr *); // non-copying
TAO_PortableServer_Export CORBA::Boolean operator>>= (const CORBA::Any &, PortableServer::POA_ptr &);
+#if (TAO_HAS_MINIMUM_POA == 0)
+
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_exception/any_op_ch.cpp:52
@@ -4494,6 +4502,8 @@ TAO_PortableServer_Export void operator<<= (CORBA::Any &, PortableServer::POA::W
TAO_PortableServer_Export CORBA::Boolean operator>>= (const CORBA::Any &, PortableServer::POA::WrongPolicy *&); // deprecated
TAO_PortableServer_Export CORBA::Boolean operator>>= (const CORBA::Any &, const PortableServer::POA::WrongPolicy *&);
+#endif /* TAO_HAS_MINIMUM_POA == 0 */
+
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/any_op_ch.cpp:52
@@ -4501,6 +4511,8 @@ TAO_PortableServer_Export void operator<<= (CORBA::Any &, PortableServer::Curren
TAO_PortableServer_Export void operator<<= (CORBA::Any &, PortableServer::Current_ptr *); // non-copying
TAO_PortableServer_Export CORBA::Boolean operator>>= (const CORBA::Any &, PortableServer::Current_ptr &);
+#if (TAO_HAS_MINIMUM_POA == 0)
+
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_exception/any_op_ch.cpp:52
diff --git a/TAO/tao/PortableServer/PortableServerC.i b/TAO/tao/PortableServer/PortableServerC.i
index 384d237e94f..c1c0ccdafc3 100644
--- a/TAO/tao/PortableServer/PortableServerC.i
+++ b/TAO/tao/PortableServer/PortableServerC.i
@@ -1186,6 +1186,8 @@ PortableServer::ThreadPolicy::marshal (TAO_OutputCDR &)
#endif /* end #if !defined */
+#endif /* TAO_HAS_MINIMUM_POA == 0 */
+
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/interface_ci.cpp:68
@@ -1231,6 +1233,8 @@ PortableServer::IdAssignmentPolicy::marshal (TAO_OutputCDR &)
#endif /* end #if !defined */
+#if (TAO_HAS_MINIMUM_POA == 0)
+
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/interface_ci.cpp:68
@@ -1276,6 +1280,8 @@ PortableServer::RequestProcessingPolicy::marshal (TAO_OutputCDR &)
#endif /* end #if !defined */
+#endif /* TAO_HAS_MINIMUM_POA == 0 */
+
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/interface_ci.cpp:68
@@ -1291,6 +1297,8 @@ PortableServer::POAManager::marshal (TAO_OutputCDR &)
#endif /* end #if !defined */
+#if (TAO_HAS_MINIMUM_POA == 0)
+
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/interface_ci.cpp:68