summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/diffs/PS_Forward.diff
blob: db64ebb520b133bb74a09e50b932791b684f3fc3 (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
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
--- orig/PS_ForwardC.h	2005-04-29 12:01:04.396555200 +0200
+++ PS_ForwardC.h	2005-05-25 15:19:21.321457600 +0200
@@ -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:
@@ -61,11 +61,24 @@
 #pragma option push -w-rvl -w-rch -w-ccc -w-inl
 #endif /* __BORLANDC__ */
 
+class TAO_ServantBase;
+class TAO_ServantBase_var;
+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;
+    struct RefCountServantBase {};
+    typedef TAO_ServantBase_var ServantBase_var;
+    typedef ServantBase *Servant;
+
+    typedef TAO_Local_ServantBase LocalServantBase;
+    typedef TAO_DynamicImplementation DynamicImplementation;
   
   // TAO_IDL - Generated from
   // be\be_visitor_typedef/typedef_ch.cpp:472
@@ -113,27 +126,6 @@
 // Traits specializations.
 namespace TAO
 {
-
-#if !defined (_PORTABLESERVER_POA__TRAITS_CH_)
-#define _PORTABLESERVER_POA__TRAITS_CH_
-  
-  template<>
-  struct TAO_PortableServer_Export Objref_Traits< ::PortableServer::POA>
-  {
-    static ::PortableServer::POA_ptr duplicate (
-        ::PortableServer::POA_ptr
-      );
-    static void release (
-        ::PortableServer::POA_ptr
-      );
-    static ::PortableServer::POA_ptr nil (void);
-    static CORBA::Boolean marshal (
-        ::PortableServer::POA_ptr p,
-        TAO_OutputCDR & cdr
-      );
-  };
-
-#endif /* end #if !defined */
 }
 
 // TAO_IDL - Generated from