summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype/ValueBase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Valuetype/ValueBase.cpp')
-rw-r--r--TAO/tao/Valuetype/ValueBase.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Valuetype/ValueBase.cpp b/TAO/tao/Valuetype/ValueBase.cpp
index eb0524252fe..2a740b7b815 100644
--- a/TAO/tao/Valuetype/ValueBase.cpp
+++ b/TAO/tao/Valuetype/ValueBase.cpp
@@ -517,21 +517,21 @@ operator>> (TAO_InputCDR &strm,
namespace TAO
{
void
- Value_Traits<CORBA::ValueBase>::add_ref (
+ Value_Traits<CORBA::ValueBase>::tao_add_ref (
CORBA::ValueBase *p)
{
CORBA::add_ref (p);
}
void
- Value_Traits<CORBA::ValueBase>::remove_ref (
+ Value_Traits<CORBA::ValueBase>::tao_remove_ref (
CORBA::ValueBase * p)
{
CORBA::remove_ref (p);
}
void
- Value_Traits<CORBA::ValueBase>::release (
+ Value_Traits<CORBA::ValueBase>::tao_release (
CORBA::ValueBase * p)
{
CORBA::remove_ref (p);