summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging/TAO_ExtC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Messaging/TAO_ExtC.cpp')
-rw-r--r--TAO/tao/Messaging/TAO_ExtC.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Messaging/TAO_ExtC.cpp b/TAO/tao/Messaging/TAO_ExtC.cpp
index 0f031d2aa95..14de8ef1ea2 100644
--- a/TAO/tao/Messaging/TAO_ExtC.cpp
+++ b/TAO/tao/Messaging/TAO_ExtC.cpp
@@ -59,7 +59,7 @@ namespace TAO
ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION
TAO::ConnectionTimeoutPolicy_ptr
-TAO::Objref_Traits<TAO::ConnectionTimeoutPolicy>::duplicate (
+TAO::Objref_Traits<TAO::ConnectionTimeoutPolicy>::tao_duplicate (
TAO::ConnectionTimeoutPolicy_ptr p
)
{
@@ -68,7 +68,7 @@ TAO::Objref_Traits<TAO::ConnectionTimeoutPolicy>::duplicate (
ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION
void
-TAO::Objref_Traits<TAO::ConnectionTimeoutPolicy>::release (
+TAO::Objref_Traits<TAO::ConnectionTimeoutPolicy>::tao_release (
TAO::ConnectionTimeoutPolicy_ptr p
)
{
@@ -77,14 +77,14 @@ TAO::Objref_Traits<TAO::ConnectionTimeoutPolicy>::release (
ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION
TAO::ConnectionTimeoutPolicy_ptr
-TAO::Objref_Traits<TAO::ConnectionTimeoutPolicy>::nil (void)
+TAO::Objref_Traits<TAO::ConnectionTimeoutPolicy>::tao_nil (void)
{
return TAO::ConnectionTimeoutPolicy::_nil ();
}
ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION
CORBA::Boolean
-TAO::Objref_Traits<TAO::ConnectionTimeoutPolicy>::marshal (
+TAO::Objref_Traits<TAO::ConnectionTimeoutPolicy>::tao_marshal (
TAO::ConnectionTimeoutPolicy_ptr p,
TAO_OutputCDR & cdr
)