summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-23 20:57:06 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-23 20:57:06 +0000
commita49e84f265a4ed2d66bafc4b083efd65d13252ec (patch)
tree8d1f9ad883ff893a6f88386996a87e795694774a
parent0c1d8020ba2e67cfd2035cff6929cd36f6833f95 (diff)
downloadATCD-a49e84f265a4ed2d66bafc4b083efd65d13252ec.tar.gz
ChangeLogTag: Wed Apr 23 15:51:47 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/tao/Sequence_T.h11
2 files changed, 8 insertions, 11 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index f3e1474cf6e..305841e1662 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Wed Apr 23 15:51:47 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tao/Sequence_T.h:
+
+ Removed unimplemented declarations of _tao_any_destructor.
+ Thanks to Andrey Nechypurenko <andrey.nechypurenko@siemens.com>
+ for reporting the problem.
+
Wed Apr 23 15:03:48 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>1
* docs/tutorial/Quoter/AMI/Handler_i.h:
diff --git a/TAO/tao/Sequence_T.h b/TAO/tao/Sequence_T.h
index 57dac1bd9d9..0e9ba5192f4 100644
--- a/TAO/tao/Sequence_T.h
+++ b/TAO/tao/Sequence_T.h
@@ -76,7 +76,6 @@ public:
/// Free the sequence.
static void freebuf (T *);
- static void _tao_any_destructor (void *);
/// Implement the TAO_Base_Sequence methods (see Sequence.h)
virtual void _allocate_buffer (CORBA::ULong length);
@@ -181,8 +180,6 @@ public:
/// Free the sequence.
static void freebuf (T *);
- static void _tao_any_destructor (void *);
-
/// allocate a buffer of the requested length. The buffer is allocated for
/// the right type
virtual void _allocate_buffer (CORBA::ULong length);
@@ -1272,8 +1269,6 @@ public:
/// Release all the elements.
static void freebuf (T *);
- static void _tao_any_destructor (void *);
-
/// allocate a buffer of the requested length. The buffer is allocated for the
/// right type
virtual void _allocate_buffer (CORBA::ULong length);
@@ -1371,8 +1366,6 @@ public:
/// it.
static void freebuf (T * buffer);
- static void _tao_any_destructor (void *);
-
/// allocate a buffer of the requested length. The buffer is allocated for the
/// right type
virtual void _allocate_buffer (CORBA::ULong length);
@@ -1522,8 +1515,6 @@ public:
*/
static void freebuf (char ** buffer);
- static void _tao_any_destructor (void *);
-
// Functions to create, destroy, and adjust the underlying buffer.
virtual void _allocate_buffer (CORBA::ULong length);
virtual void _deallocate_buffer (void);
@@ -1634,8 +1625,6 @@ public:
*/
static void freebuf (CORBA::WChar ** buffer);
- static void _tao_any_destructor (void *);
-
// Functions to create, destroy, and adjust the underlying buffer.
virtual void _allocate_buffer (CORBA::ULong length);
virtual void _deallocate_buffer (void);