summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_interface.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-26 04:19:58 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-26 04:19:58 +0000
commit32ff43c3b67e11e6850194753117c5794ab66773 (patch)
treeb1d5640a97f0389767e3771f3727bf5c539a42ba /TAO/TAO_IDL/be/be_interface.cpp
parentcf2c482780c1bd5b9cabc8bafa5f9127a89d3bf4 (diff)
downloadATCD-32ff43c3b67e11e6850194753117c5794ab66773.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be/be_interface.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_interface.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_interface.cpp b/TAO/TAO_IDL/be/be_interface.cpp
index 565f54a5dd9..119bee64268 100644
--- a/TAO/TAO_IDL/be/be_interface.cpp
+++ b/TAO/TAO_IDL/be/be_interface.cpp
@@ -27,6 +27,7 @@
// default constructor
be_interface::be_interface (void)
+ : full_skel_name_ (0)
{
this->size_type (be_decl::VARIABLE); // always the case
}
@@ -36,7 +37,8 @@ be_interface::be_interface (UTL_ScopedName *n, AST_Interface **ih, long nih,
UTL_StrList *p)
: AST_Interface (n, ih, nih, p),
AST_Decl (AST_Decl::NT_interface, n, p),
- UTL_Scope (AST_Decl::NT_interface)
+ UTL_Scope (AST_Decl::NT_interface),
+ full_skel_name_ (0)
{
this->size_type (be_decl::VARIABLE); // always the case