Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / PortableServer / diffs / PS_Forward.diff
blobc7fab42e6fad3fd3dc525dda6467bf01439dc7d4
1 --- orig/PS_ForwardC.h 2005-04-29 12:01:04.396555200 +0200
2 +++ PS_ForwardC.h 2005-05-25 15:19:21.321457600 +0200
3 @@ -1,6 +1,6 @@
4 // -*- C++ -*-
5 //
7 // **** Code generated by the The ACE ORB (TAO) IDL Compiler ****
8 // TAO and the TAO IDL Compiler have been developed by:
9 @@ -61,11 +61,24 @@
10 #pragma option push -w-rvl -w-rch -w-ccc -w-inl
11 #endif /* __BORLANDC__ */
13 +class TAO_ServantBase;
14 +class TAO_ServantBase_var;
15 +class TAO_Local_ServantBase;
16 +class TAO_Root_POA;
17 +class TAO_DynamicImplementation;
19 // TAO_IDL - Generated from
20 // be\be_visitor_module/module_ch.cpp:48
22 namespace PortableServer
24 + typedef TAO_ServantBase ServantBase;
25 + struct RefCountServantBase {};
26 + typedef TAO_ServantBase_var ServantBase_var;
27 + typedef ServantBase *Servant;
29 + typedef TAO_Local_ServantBase LocalServantBase;
30 + typedef TAO_DynamicImplementation DynamicImplementation;
32 // TAO_IDL - Generated from
33 // be\be_visitor_typedef/typedef_ch.cpp:472
34 @@ -113,27 +126,6 @@
35 // Traits specializations.
36 namespace TAO
39 -#if !defined (_PORTABLESERVER_POA__TRAITS_CH_)
40 -#define _PORTABLESERVER_POA__TRAITS_CH_
42 - template<>
43 - struct TAO_PortableServer_Export Objref_Traits< ::PortableServer::POA>
44 - {
45 - static ::PortableServer::POA_ptr duplicate (
46 - ::PortableServer::POA_ptr
47 - );
48 - static void release (
49 - ::PortableServer::POA_ptr
50 - );
51 - static ::PortableServer::POA_ptr nil (void);
52 - static CORBA::Boolean marshal (
53 - ::PortableServer::POA_ptr p,
54 - TAO_OutputCDR & cdr
55 - );
56 - };
58 -#endif /* end #if !defined */
61 // TAO_IDL - Generated from