summaryrefslogtreecommitdiff
path: root/TAO/tao/CurrentC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CurrentC.h')
-rw-r--r--TAO/tao/CurrentC.h25
1 files changed, 2 insertions, 23 deletions
diff --git a/TAO/tao/CurrentC.h b/TAO/tao/CurrentC.h
index fe32df7bae8..8b9d912782c 100644
--- a/TAO/tao/CurrentC.h
+++ b/TAO/tao/CurrentC.h
@@ -68,29 +68,8 @@ TAO_NAMESPACE CORBA
class Current;
typedef Current *Current_ptr;
- struct tao_Current_life;
- typedef TAO_Objref_Var_T<Current, tao_Current_life> Current_var;
- typedef TAO_Objref_Out_T<Current, tao_Current_life> Current_out;
-
- struct TAO_Export tao_Current_life
- {
- static Current_ptr tao_duplicate (Current_ptr);
- static void tao_release (Current_ptr);
- static Current_ptr tao_nil (void);
- static CORBA::Boolean tao_marshal (
- Current_ptr,
- TAO_OutputCDR &
- );
- };
-
- struct TAO_Export tao_Current_cast
- {
- static Current_ptr tao_narrow (
- CORBA::Object_ptr
- ACE_ENV_ARG_DECL
- );
- static CORBA::Object_ptr tao_upcast (void *);
- };
+ typedef TAO_Objref_Var_T<Current> Current_var;
+ typedef TAO_Objref_Out_T<Current> Current_out;
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/interface_ch.cpp:54