summaryrefslogtreecommitdiff
path: root/TAO/tao/CurrentC.h
diff options
context:
space:
mode:
authorjp4 <jp4@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-20 23:17:29 +0000
committerjp4 <jp4@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-20 23:17:29 +0000
commit80fc4fd2950c8718252d8a5f306481ea872a91d7 (patch)
tree2aca1a78f22eba6023d354f770e6e8df6324d0f6 /TAO/tao/CurrentC.h
parenteb8e84300068cf98859f2aa33923ba96a94df1b7 (diff)
downloadATCD-80fc4fd2950c8718252d8a5f306481ea872a91d7.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/CurrentC.h')
-rw-r--r--TAO/tao/CurrentC.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/CurrentC.h b/TAO/tao/CurrentC.h
index ef4879d620f..3d354d0ccc9 100644
--- a/TAO/tao/CurrentC.h
+++ b/TAO/tao/CurrentC.h
@@ -130,8 +130,7 @@ class CORBA_Current : public virtual ACE_CORBA_1 (Object)
#endif /* end #if !defined */
// Any operators for interface CORBA_Current
-void operator<<= (CORBA::Any &, const CORBA_Current &); // copying version
-void operator<<= (CORBA::Any &, CORBA_Current*); // noncopying version
+void operator<<= (CORBA::Any &, CORBA_Current_ptr);
CORBA::Boolean operator>>= (const CORBA::Any &, CORBA_Current *&);
#if defined (__ACE_INLINE__)