summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/diffs/ForwardRequest.diff
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/diffs/ForwardRequest.diff')
-rw-r--r--TAO/tao/PortableServer/diffs/ForwardRequest.diff54
1 files changed, 54 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/diffs/ForwardRequest.diff b/TAO/tao/PortableServer/diffs/ForwardRequest.diff
new file mode 100644
index 00000000000..03b758513c6
--- /dev/null
+++ b/TAO/tao/PortableServer/diffs/ForwardRequest.diff
@@ -0,0 +1,54 @@
+--- orig/ForwardRequestC.h 2005-01-27 13:51:06.723408000 +0100
++++ ForwardRequestC.h 2005-01-27 13:53:01.788864000 +0100
+@@ -66,6 +66,8 @@
+ #pragma option push -w-rvl -w-rch -w-ccc -w-inl
+ #endif /* __BORLANDC__ */
+
++#if (TAO_HAS_MINIMUM_POA == 0)
++
+ // TAO_IDL - Generated from
+ // be\be_visitor_module/module_ch.cpp:48
+
+@@ -158,6 +160,8 @@
+ // TAO_IDL - Generated from
+ // be\be_codegen.cpp:958
+
++#endif /* TAO_HAS_MINIMUM_CORBA == 0 */
++
+ #if defined (__ACE_INLINE__)
+ #include "ForwardRequestC.inl"
+ #endif /* defined INLINE */
+--- orig/ForwardRequestC.cpp 2005-01-27 13:51:06.723408000 +0100
++++ ForwardRequestC.cpp 2005-01-27 13:52:38.184923200 +0100
+@@ -43,6 +43,8 @@
+ #include "ForwardRequestC.inl"
+ #endif /* !defined INLINE */
+
++#if (TAO_HAS_MINIMUM_POA == 0)
++
+ // TAO_IDL - Generated from
+ // be\be_visitor_arg_traits.cpp:64
+
+@@ -294,3 +296,5 @@
+ #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
+
+ #endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
++
++#endif /* TAO_HAS_MINIMUM_CORBA == 0 */
+--- orig/ForwardRequestA.cpp 2005-01-27 13:51:06.723408000 +0100
++++ ForwardRequestA.cpp 2005-01-27 13:52:23.373625600 +0100
+@@ -29,6 +29,8 @@
+ #include "tao/Typecode.h"
+ #include "tao/Any_Dual_Impl_T.h"
+
++#if (TAO_HAS_MINIMUM_POA == 0)
++
+ // TAO_IDL - Generated from
+ // be\be_visitor_exception/any_op_cs.cpp:50
+
+@@ -129,3 +131,5 @@
+ >
+
+ #endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
++
++#endif /* TAO_HAS_MINIMUM_CORBA == 0 */