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
commite803afe9743c9d75aa631beb31626ed2943544cc (patch)
treedba83b8864bce9a3d35177a3220980cf053bec8c /TAO/tao/Sequence.h
parent70d628dc9a83c53fee379758d313cffbaacfc15c (diff)
downloadATCD-e803afe9743c9d75aa631beb31626ed2943544cc.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 */