summaryrefslogtreecommitdiff
path: root/TAO_IDL/be_include/be_root.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO_IDL/be_include/be_root.h')
-rw-r--r--TAO_IDL/be_include/be_root.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/TAO_IDL/be_include/be_root.h b/TAO_IDL/be_include/be_root.h
index 7044df489ed..a233ed0a3c4 100644
--- a/TAO_IDL/be_include/be_root.h
+++ b/TAO_IDL/be_include/be_root.h
@@ -22,17 +22,15 @@
class be_visitor;
+/**
+ * The back end extension of the AST_Root class
+ */
class be_root : public virtual AST_Root,
public virtual be_module
{
- // = TITLE
- // The back end extension of the AST_Root class
- //
- // = DESCRIPTION
- //
public:
be_root (UTL_ScopedName *n);
-
+
virtual ~be_root (void);
/// Cleanup method.