summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging/TAO_ExtC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Messaging/TAO_ExtC.h')
-rw-r--r--TAO/tao/Messaging/TAO_ExtC.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Messaging/TAO_ExtC.h b/TAO/tao/Messaging/TAO_ExtC.h
index 738074f3f37..8840f468313 100644
--- a/TAO/tao/Messaging/TAO_ExtC.h
+++ b/TAO/tao/Messaging/TAO_ExtC.h
@@ -227,14 +227,14 @@ namespace TAO
ACE_TEMPLATE_SPECIALIZATION
struct TAO_Messaging_Export Objref_Traits<TAO::ConnectionTimeoutPolicy>
{
- static TAO::ConnectionTimeoutPolicy_ptr duplicate (
+ static TAO::ConnectionTimeoutPolicy_ptr tao_duplicate (
TAO::ConnectionTimeoutPolicy_ptr
);
- static void release (
+ static void tao_release (
TAO::ConnectionTimeoutPolicy_ptr
);
- static TAO::ConnectionTimeoutPolicy_ptr nil (void);
- static CORBA::Boolean marshal (
+ static TAO::ConnectionTimeoutPolicy_ptr tao_nil (void);
+ static CORBA::Boolean tao_marshal (
TAO::ConnectionTimeoutPolicy_ptr p,
TAO_OutputCDR & cdr
);