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.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/tao/Sequence_T.h b/TAO/tao/Sequence_T.h
index ad3407281e9..87c12576d4b 100644
--- a/TAO/tao/Sequence_T.h
+++ b/TAO/tao/Sequence_T.h
@@ -627,7 +627,10 @@ private:
* class, in charge of handling the object lifetime, examples are
* pseudo objects, object references, valuetypes, and strings.
*/
-template<typename T, typename T_var, typename T_life, typename T_cast>
+template<typename T,
+ typename T_var,
+ typename T_life,
+ typename T_cast>
class TAO_Unbounded_Object_Sequence : public TAO_Unbounded_Base_Sequence
{
@@ -823,6 +826,9 @@ public:
/// it.
static void freebuf (T* *buffer);
+ static void _tao_any_destructor (void *);
+ typedef T_var _var_type;
+
// The Base_Sequence functions, please see "tao/sequence.h"
/// No default to workaround egcs problem with templates and
/// namespaces