summaryrefslogtreecommitdiff
path: root/modules/TAO/TAO_IDL/be_include/be_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/TAO/TAO_IDL/be_include/be_factory.h')
-rw-r--r--modules/TAO/TAO_IDL/be_include/be_factory.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/modules/TAO/TAO_IDL/be_include/be_factory.h b/modules/TAO/TAO_IDL/be_include/be_factory.h
index 08c9b61e7ee..42f04139d67 100644
--- a/modules/TAO/TAO_IDL/be_include/be_factory.h
+++ b/modules/TAO/TAO_IDL/be_include/be_factory.h
@@ -3,7 +3,7 @@
// ============================================================================
//
// = LIBRARY
-// TAO IDL
+// TAO_IDL_BE
//
// = FILENAME
// be_factory.h
@@ -37,13 +37,10 @@ class be_factory : public virtual AST_Factory,
{
public:
be_factory (void);
- // Default constructor.
be_factory (UTL_ScopedName *n);
- // Constructor
~be_factory (void);
- // Destructor.
virtual void destroy (void);
// Cleanup method.
@@ -55,9 +52,8 @@ public:
virtual AST_Argument *be_add_argument (AST_Argument *arg);
// Narrowing
-
DEF_NARROW_FROM_DECL (be_factory);
DEF_NARROW_FROM_SCOPE (be_factory);
};
-#endif
+#endif // BE_FACTORY_H