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
7 // **** Code generated by the The ACE ORB (TAO) IDL Compiler ****
8 // TAO and the TAO IDL Compiler have been developed by:
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;
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
35 // Traits specializations.
39 -#if !defined (_PORTABLESERVER_POA__TRAITS_CH_)
40 -#define _PORTABLESERVER_POA__TRAITS_CH_
43 - struct TAO_PortableServer_Export Objref_Traits< ::PortableServer::POA>
45 - static ::PortableServer::POA_ptr duplicate (
46 - ::PortableServer::POA_ptr
48 - static void release (
49 - ::PortableServer::POA_ptr
51 - static ::PortableServer::POA_ptr nil (void);
52 - static CORBA::Boolean marshal (
53 - ::PortableServer::POA_ptr p,
58 -#endif /* end #if !defined */
61 // TAO_IDL - Generated from