summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ImR_LocatorC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/ImR_LocatorC.h')
-rw-r--r--TAO/tao/PortableServer/ImR_LocatorC.h27
1 files changed, 2 insertions, 25 deletions
diff --git a/TAO/tao/PortableServer/ImR_LocatorC.h b/TAO/tao/PortableServer/ImR_LocatorC.h
index 1f3cf853abb..0cb6815d334 100644
--- a/TAO/tao/PortableServer/ImR_LocatorC.h
+++ b/TAO/tao/PortableServer/ImR_LocatorC.h
@@ -79,42 +79,19 @@ TAO_NAMESPACE ImplementationRepository
class Locator;
typedef Locator *Locator_ptr;
- struct tao_Locator_life;
typedef
TAO_Objref_Var_T<
- Locator,
- tao_Locator_life
+ Locator
>
Locator_var;
typedef
TAO_Objref_Out_T<
- Locator,
- tao_Locator_life
+ Locator
>
Locator_out;
- struct TAO_PortableServer_Export tao_Locator_life
- {
- static Locator_ptr tao_duplicate (Locator_ptr);
- static void tao_release (Locator_ptr);
- static Locator_ptr tao_nil (void);
- static CORBA::Boolean tao_marshal (
- Locator_ptr,
- TAO_OutputCDR &
- );
- };
-
- struct TAO_PortableServer_Export tao_Locator_cast
- {
- static Locator_ptr tao_narrow (
- CORBA::Object_ptr
- ACE_ENV_ARG_DECL
- );
- static CORBA::Object_ptr tao_upcast (void *);
- };
-
#endif /* end #if !defined */
// TAO_IDL - Generated from