diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-05-26 10:18:05 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-05-26 10:18:05 +0000 |
commit | 39c2bab9eb1dc7bda795e50445d3c0fcb2666682 (patch) | |
tree | e325be97e5ec2b5218fc340ac62d7dd0e2717bb1 /TAO/tao/PortableServer/PS_ForwardC.h | |
parent | d1120eb47e8c8d3592b22321b729537fe806e9ce (diff) | |
download | ATCD-39c2bab9eb1dc7bda795e50445d3c0fcb2666682.tar.gz |
ChangeLogTag: Thu May 26 10:17:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer/PS_ForwardC.h')
-rw-r--r-- | TAO/tao/PortableServer/PS_ForwardC.h | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/TAO/tao/PortableServer/PS_ForwardC.h b/TAO/tao/PortableServer/PS_ForwardC.h index f9df9f862e0..6bc80ec6676 100644 --- a/TAO/tao/PortableServer/PS_ForwardC.h +++ b/TAO/tao/PortableServer/PS_ForwardC.h @@ -63,7 +63,6 @@ class TAO_ServantBase; class TAO_ServantBase_var; -class TAO_RefCountServantBase; class TAO_Local_ServantBase; class TAO_Root_POA; class TAO_DynamicImplementation; @@ -74,40 +73,40 @@ class TAO_DynamicImplementation; namespace PortableServer { typedef TAO_ServantBase ServantBase; + struct RefCountServantBase {}; 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:472 - + typedef CORBA::OctetSeq ObjectId; typedef CORBA::OctetSeq_var ObjectId_var; typedef CORBA::OctetSeq_out ObjectId_out; - + // TAO_IDL - Generated from // be\be_visitor_typecode/typecode_decl.cpp:44 - + extern TAO_PortableServer_Export ::CORBA::TypeCode_ptr const _tc_ObjectId; - + // TAO_IDL - Generated from // be\be_interface.cpp:598 #if !defined (_PORTABLESERVER_POA__VAR_OUT_CH_) #define _PORTABLESERVER_POA__VAR_OUT_CH_ - + class POA; typedef POA *POA_ptr; - + typedef TAO_Objref_Var_T< POA > POA_var; - + typedef TAO_Objref_Out_T< POA |