summaryrefslogtreecommitdiff
path: root/TAO/tao/Sequence.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-06 04:09:22 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-06 04:09:22 +0000
commit2b13156c9bff026d5867173b57e541c6906ca35c (patch)
treedba83b8864bce9a3d35177a3220980cf053bec8c /TAO/tao/Sequence.h
parent9cf70f4c0a381bc64431152a031cfadf1ebeb1b5 (diff)
downloadATCD-2b13156c9bff026d5867173b57e541c6906ca35c.tar.gz
ChangeLogTag:Sat Jun 5 23:06:01 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Sequence.h')
-rw-r--r--TAO/tao/Sequence.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/Sequence.h b/TAO/tao/Sequence.h
index b94f14e6513..dc37b17bd64 100644
--- a/TAO/tao/Sequence.h
+++ b/TAO/tao/Sequence.h
@@ -335,6 +335,7 @@ template<class T> class TAO_Unbounded_Sequence;
// The template itself requires this file so every user of the
// template should also see the specialization.
+ACE_TEMPLATE_SPECIALIZATION
class TAO_Export TAO_Unbounded_Sequence<CORBA::Octet> : public TAO_Unbounded_Base_Sequence
{
// = TITLE
@@ -358,7 +359,7 @@ public:
CORBA::ULong length,
CORBA::Octet *data,
CORBA::Boolean release = 0);
- ~TAO_Unbounded_Sequence (void);
+ virtual ~TAO_Unbounded_Sequence (void);
// see TAO_Unbounded_Sequence in "Sequence_T.h"
TAO_Unbounded_Sequence (const TAO_Unbounded_Sequence<CORBA::Octet> &);
@@ -446,4 +447,6 @@ extern TAO_Export int operator!= (const TAO_Unbounded_Sequence<CORBA::Octet> &l,
#include "tao/Sequence.i"
#endif /* __ACE_INLINE__ */
+#include "tao/Sequence_T.h"
+
#endif /* TAO_SEQUENCE_H */