summaryrefslogtreecommitdiff
path: root/TAO/tao/ObjectIDList.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-21 20:04:48 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-21 20:04:48 +0000
commitaf88d3ad4cdb32902bf482860d043f784060e1d7 (patch)
tree6a09865d0c260552f76f345fecc5caf29afb8162 /TAO/tao/ObjectIDList.h
parentfd1e8fb0535dc47409be3dbe2ab00e3e0d307f8c (diff)
downloadATCD-af88d3ad4cdb32902bf482860d043f784060e1d7.tar.gz
ChangeLogTag:Tue Mar 21 13:51:23 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/ObjectIDList.h')
-rw-r--r--TAO/tao/ObjectIDList.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tao/ObjectIDList.h b/TAO/tao/ObjectIDList.h
index 1a96afa5ce1..3ccd57a2776 100644
--- a/TAO/tao/ObjectIDList.h
+++ b/TAO/tao/ObjectIDList.h
@@ -59,6 +59,8 @@ public:
);
CORBA_ORB_ObjectIdList (const CORBA_ORB_ObjectIdList &); // copy ctor
~CORBA_ORB_ObjectIdList (void); // dtor
+
+ static void _tao_any_destructor (void*);
};
typedef CORBA_ORB_ObjectIdList *CORBA_ORB_ObjectIdList_ptr;
@@ -127,14 +129,9 @@ private:
#endif /* end #if !defined */
-#ifndef __ACE_INLINE__
-
TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA_ORB_ObjectIdList &); //
TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA_ORB_ObjectIdList &);
-#endif /* __ACE_INLINE__ */
-
-
#if defined (__ACE_INLINE__)
#include "tao/ObjectIDList.i"
#endif /* defined INLINE */