summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/diffs/PS_Forward.diff
blob: 546b8559e00f0f0ee659edd06d828e4153b929b1 (plain)
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
--- orig/PS_ForwardC.h	2004-11-17 09:22:02.980163200 +0100
+++ PS_ForwardC.h	2004-11-17 09:22:12.273526400 +0100
@@ -68,11 +68,25 @@
 #pragma option push -w-rvl -w-rch -w-ccc -w-inl
 #endif /* __BORLANDC__ */

+class TAO_ServantBase;
+class TAO_ServantBase_var;
+class TAO_RefCountServantBase;
+class TAO_Local_ServantBase;
+class TAO_Root_POA;
+class TAO_DynamicImplementation;
+
 // TAO_IDL - Generated from
 // be\be_visitor_module/module_ch.cpp:48

 namespace PortableServer
 {
+   typedef TAO_ServantBase ServantBase;
+   typedef TAO_ServantBase_var ServantBase_var;
+   typedef TAO_RefCountServantBase RefCountServantBase;
+   typedef ServantBase *Servant;
+
+   typedef TAO_Local_ServantBase LocalServantBase;
+   typedef TAO_DynamicImplementation DynamicImplementation;

   // TAO_IDL - Generated from
   // be\be_visitor_typedef/typedef_ch.cpp:435