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.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/TAO/tao/Valuetype/ValueFactory.h b/TAO/tao/Valuetype/ValueFactory.h
index 68c209c634d..af8fbe0d5d7 100644
--- a/TAO/tao/Valuetype/ValueFactory.h
+++ b/TAO/tao/Valuetype/ValueFactory.h
@@ -84,12 +84,15 @@ namespace TAO
ACE_TEMPLATE_SPECIALIZATION
struct TAO_Valuetype_Export Value_Traits<CORBA::ValueFactoryBase>
{
- static void add_ref (CORBA::ValueFactoryBase *);
- static void remove_ref (CORBA::ValueFactoryBase *);
+ static void tao_add_ref (
+ CORBA::ValueFactoryBase *);
+ static void tao_remove_ref (
+ CORBA::ValueFactoryBase *);
// For INOUT value type arguments, so they can use the same set
// of arg classes as interfaces.
- static void release (CORBA::ValueFactoryBase *);
+ static void tao_release (
+ CORBA::ValueFactoryBase *);
};
}
// Use this macro for writing code that is independend from