summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_field.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_field.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_field.cpp45
1 files changed, 31 insertions, 14 deletions
diff --git a/TAO/TAO_IDL/be/be_field.cpp b/TAO/TAO_IDL/be/be_field.cpp
index 199e6cfbb47..d19f6c3894b 100644
--- a/TAO/TAO_IDL/be/be_field.cpp
+++ b/TAO/TAO_IDL/be/be_field.cpp
@@ -1,18 +1,23 @@
+// $Id$
-//=============================================================================
-/**
- * @file be_field.cpp
- *
- * $Id$
- *
- * Extension of class AST_Field that provides additional means for C++
- * mapping.
- *
- *
- * @author Copyright 1994-1995 by Sun Microsystems
- * @author Inc. and Aniruddha Gokhale
- */
-//=============================================================================
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// be_field.cpp
+//
+// = DESCRIPTION
+// Extension of class AST_Field that provides additional means for C++
+// mapping.
+//
+// = AUTHOR
+// Copyright 1994-1995 by Sun Microsystems, Inc.
+// and
+// Aniruddha Gokhale
+//
+// ============================================================================
#include "be_field.h"
#include "be_visitor.h"
@@ -20,6 +25,18 @@
#include "global_extern.h"
#include "ace/Log_Msg.h"
+ACE_RCSID (be,
+ be_field,
+ "$Id$")
+
+be_field::be_field (void)
+ : COMMON_Base (),
+ AST_Decl (),
+ AST_Field (),
+ be_decl ()
+{
+}
+
be_field::be_field (AST_Type *ft,
UTL_ScopedName *n,
Visibility vis)