summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_module.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_module.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_module.cpp46
1 files changed, 32 insertions, 14 deletions
diff --git a/TAO/TAO_IDL/be/be_module.cpp b/TAO/TAO_IDL/be/be_module.cpp
index 12830451390..88d73078ad8 100644
--- a/TAO/TAO_IDL/be/be_module.cpp
+++ b/TAO/TAO_IDL/be/be_module.cpp
@@ -1,22 +1,40 @@
+// $Id$
-//=============================================================================
-/**
- * @file be_module.cpp
- *
- * $Id$
- *
- * Extension of class AST_Module that provides additional means for C++
- * mapping of a module
- *
- *
- * @author Copyright 1994-1995 by Sun Microsystems
- * @author Inc. and Aniruddha Gokhale
- */
-//=============================================================================
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// be_module.cpp
+//
+// = DESCRIPTION
+// Extension of class AST_Module that provides additional means for C++
+// mapping of a module
+//
+// = AUTHOR
+// Copyright 1994-1995 by Sun Microsystems, Inc.
+// and
+// Aniruddha Gokhale
+//
+// ============================================================================
#include "be_module.h"
#include "be_visitor.h"
+ACE_RCSID (be,
+ be_module,
+ "$Id$")
+
+be_module::be_module (void)
+ : COMMON_Base (),
+ AST_Decl (),
+ UTL_Scope (),
+ be_scope (),
+ be_decl ()
+{
+}
+
be_module::be_module (UTL_ScopedName *n)
: COMMON_Base (),
AST_Decl (AST_Decl::NT_module,