summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-09-03 06:00:45 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-09-03 06:00:45 +0000
commit4cc66bca1246335c8bc53595499d3ca4301f7b37 (patch)
treea2a5cd600c2ee1eeb991f4a4854115ebfb70916c /TAO/tao/Object.h
parent36fb06ddece99a6208807c8c3a3f48daedac91f8 (diff)
downloadATCD-4cc66bca1246335c8bc53595499d3ca4301f7b37.tar.gz
ChangeLogTag:Thu Sep 2 22:21:35 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Object.h')
-rw-r--r--TAO/tao/Object.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h
index fb0a3b1af07..abe40a97ce6 100644
--- a/TAO/tao/Object.h
+++ b/TAO/tao/Object.h
@@ -422,11 +422,11 @@ namespace TAO
ACE_TEMPLATE_SPECIALIZATION
struct TAO_Export Objref_Traits<CORBA::Object>
{
- static CORBA::Object_ptr tao_duplicate (CORBA::Object_ptr);
- static void tao_release (CORBA::Object_ptr);
- static CORBA::Object_ptr tao_nil (void);
- static CORBA::Boolean tao_marshal (CORBA::Object_ptr p,
- TAO_OutputCDR & cdr);
+ static CORBA::Object_ptr duplicate (CORBA::Object_ptr);
+ static void release (CORBA::Object_ptr);
+ static CORBA::Object_ptr nil (void);
+ static CORBA::Boolean marshal (CORBA::Object_ptr p,
+ TAO_OutputCDR & cdr);
};
/**