summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-05 15:26:49 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-05 15:26:49 +0000
commit55be0cf0a7e7b540510a184842af042307a990e0 (patch)
treee4a5d913d8d7222e60ebde172f7263d2ada2e4b2 /TAO/TAO_IDL
parent384189b199866772e38bbbd3dfbc486557ac546f (diff)
downloadATCD-55be0cf0a7e7b540510a184842af042307a990e0.tar.gz
ChangeLogTag: Thu Oct 5 10:17:40 2000 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r--TAO/TAO_IDL/ast/ast_interface.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/ast/ast_interface.cpp b/TAO/TAO_IDL/ast/ast_interface.cpp
index b4cf95450f1..ae3cb7d8e42 100644
--- a/TAO/TAO_IDL/ast/ast_interface.cpp
+++ b/TAO/TAO_IDL/ast/ast_interface.cpp
@@ -79,11 +79,11 @@ ACE_RCSID(ast, ast_interface, "$Id$")
// Constructor(s) and destructor.
AST_Interface::AST_Interface (void)
- : pd_inherits (0),
+ : is_valuetype_ (0),
+ pd_inherits (0),
pd_n_inherits (0),
pd_inherits_flat (0),
- pd_n_inherits_flat (0),
- is_valuetype_ (0)
+ pd_n_inherits_flat (0)
{
}
@@ -101,11 +101,11 @@ AST_Interface::AST_Interface(UTL_ScopedName *n,
UTL_Scope (AST_Decl::NT_interface),
COMMON_Base (local,
abstract),
+ is_valuetype_ (0),
pd_inherits (ih),
pd_n_inherits (nih),
pd_inherits_flat (ih_flat),
- pd_n_inherits_flat (nih_flat),
- is_valuetype_ (0)
+ pd_n_inherits_flat (nih_flat)
{
}