summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_component_fwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_component_fwd.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_component_fwd.h34
1 files changed, 20 insertions, 14 deletions
diff --git a/TAO/TAO_IDL/be_include/be_component_fwd.h b/TAO/TAO_IDL/be_include/be_component_fwd.h
index 084f6ea574c..d2b81faf18f 100644
--- a/TAO/TAO_IDL/be_include/be_component_fwd.h
+++ b/TAO/TAO_IDL/be_include/be_component_fwd.h
@@ -1,18 +1,22 @@
/* -*- c++ -*- */
-
-//=============================================================================
-/**
- * @file be_component_fwd.h
- *
- * $Id$
- *
- * Extension of class AST_ComponentFwd that provides additional
- * means for C++ mapping of a forward declared component.
- *
- *
- * @author Jeff Parsons
- */
-//=============================================================================
+// $Id$
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// be_component_fwd.h
+//
+// = DESCRIPTION
+// Extension of class AST_ComponentFwd that provides additional
+// means for C++ mapping of a forward declared component.
+//
+// = AUTHOR
+// Jeff Parsons
+//
+// ============================================================================
#ifndef BE_COMPONENT_FWD_H
#define BE_COMPONENT_FWD_H
@@ -29,6 +33,8 @@ class be_component_fwd : public virtual AST_ComponentFwd,
// =DESCRIPTION
// Extensions to the AST_ComponentFwd class
public:
+ be_component_fwd (void);
+
be_component_fwd (AST_Interface *dummy,
UTL_ScopedName *n);