summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype/ValueFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Valuetype/ValueFactory.h')
-rw-r--r--TAO/tao/Valuetype/ValueFactory.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/TAO/tao/Valuetype/ValueFactory.h b/TAO/tao/Valuetype/ValueFactory.h
index 59183a72d0f..e2a941ea54f 100644
--- a/TAO/tao/Valuetype/ValueFactory.h
+++ b/TAO/tao/Valuetype/ValueFactory.h
@@ -33,17 +33,11 @@ namespace CORBA
extern TAO_Valuetype_Export void add_ref (ValueFactoryBase *);
extern TAO_Valuetype_Export void remove_ref (ValueFactoryBase *);
- typedef TAO_Value_Var_T<ValueFactoryBase,
- tao_ValueFactoryBase_life>
+ typedef TAO_Value_Var_T<ValueFactoryBase>
ValueFactoryBase_var;
typedef ValueFactoryBase_var ValueFactory_var;
- struct TAO_Valuetype_Export tao_ValueFactoryBase_life
- {
- static void tao_add_ref (ValueFactoryBase *);
- static void tao_remove_ref (ValueFactoryBase *);
- };
class TAO_Valuetype_Export ValueFactoryBase
{