summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_valuetype_fwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_valuetype_fwd.h')
-rw-r--r--TAO/TAO_IDL/include/ast_valuetype_fwd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/include/ast_valuetype_fwd.h b/TAO/TAO_IDL/include/ast_valuetype_fwd.h
index e77ebafae5f..2d525efbc01 100644
--- a/TAO/TAO_IDL/include/ast_valuetype_fwd.h
+++ b/TAO/TAO_IDL/include/ast_valuetype_fwd.h
@@ -11,6 +11,8 @@
class TAO_IDL_FE_Export AST_ValueTypeFwd : public virtual AST_InterfaceFwd
{
public:
+ AST_ValueTypeFwd (void);
+
AST_ValueTypeFwd (AST_Interface *dummy,
UTL_ScopedName *n);
@@ -28,8 +30,6 @@ public:
// Visiting.
virtual int ast_accept (ast_visitor *visitor);
-
- static AST_Decl::NodeType const NT;
};
#endif // _AST_INTERFACE_FWD_AST_VALUETYPE_FWD_HH