summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-12-23 19:54:44 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-12-23 19:54:44 +0000
commit09c60748098e06b7e752635a4d514db74a90830f (patch)
tree4fbfdee7943b295fc96b9b8f67f3d6be7a820579 /TAO/tao
parent5952188c611e5eb82b8b9278b8bbd5bc447c402b (diff)
downloadATCD-09c60748098e06b7e752635a4d514db74a90830f.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/Sequence.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/Sequence.h b/TAO/tao/Sequence.h
index a83b89acf02..2a2e319eb4b 100644
--- a/TAO/tao/Sequence.h
+++ b/TAO/tao/Sequence.h
@@ -140,13 +140,13 @@ public:
// to the C++ name lookup rules (if you don't know what I'm talking
// about, then try moving it there).
+ virtual ~TAO_Unbounded_Base_Sequence (void);
+ // destructor.
+
protected:
TAO_Unbounded_Base_Sequence (void);
// Default constructor.
- virtual ~TAO_Unbounded_Base_Sequence (void);
- // destructor.
-
TAO_Unbounded_Base_Sequence (CORBA::ULong maximum,
CORBA::ULong length,
void *buffer,
@@ -181,13 +181,13 @@ public:
// to the C++ name lookup rules (if you don't know what I'm talking
// about, then try moving it there).
+ virtual ~TAO_Bounded_Base_Sequence (void);
+ // destructor.
+
protected:
TAO_Bounded_Base_Sequence (void);
// Default constructor.
- virtual ~TAO_Bounded_Base_Sequence (void);
- // destructor.
-
TAO_Bounded_Base_Sequence (CORBA::ULong maximum,
CORBA::ULong length,
void *buffer,