summaryrefslogtreecommitdiff
path: root/TAO/tao/Sequence_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Sequence_T.h')
-rw-r--r--TAO/tao/Sequence_T.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/tao/Sequence_T.h b/TAO/tao/Sequence_T.h
index 2f7964a06d0..c3fe5f797e2 100644
--- a/TAO/tao/Sequence_T.h
+++ b/TAO/tao/Sequence_T.h
@@ -23,8 +23,6 @@
#include "tao/Objref_VarOut_T.h"
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class TAO_Unbounded_Sequence
*
@@ -84,8 +82,6 @@ public:
/// Implement the TAO_Base_Sequence methods (see Sequence.h)
virtual void _allocate_buffer (CORBA::ULong length);
virtual void _deallocate_buffer (void);
- virtual void _shrink_buffer (CORBA::ULong new_length,
- CORBA::ULong old_length);
// = orbos/98-01-11 proposed extensions.
/**
@@ -193,9 +189,6 @@ public:
/// deallocate the buffer
virtual void _deallocate_buffer (void);
- virtual void _shrink_buffer (CORBA::ULong new_length,
- CORBA::ULong old_length);
-
// = orbos/98-01-11 proposed extensions.
/**
* Allows read-write access to the underlying buffer. If <orphan>
@@ -1205,8 +1198,6 @@ public:
CORBA::Boolean release = 0);
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
// *************************************************************
#if defined (__ACE_INLINE__)