summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_constant.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-01 16:42:28 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-01 16:42:28 +0000
commit57654a6b3127ae7f95f0b6364c8536232af95f01 (patch)
treeb4a527e8c71e65bacbf7a43605ea7eaaff8b39f2 /TAO/TAO_IDL/include/ast_constant.h
parent84e20764faa9f199acd3f57b2ccce4b0b77cdc27 (diff)
downloadATCD-57654a6b3127ae7f95f0b6364c8536232af95f01.tar.gz
ChangeLogTag: Fri Jun 1 11:28:41 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL/include/ast_constant.h')
-rw-r--r--TAO/TAO_IDL/include/ast_constant.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/ast_constant.h b/TAO/TAO_IDL/include/ast_constant.h
index 00f25bb30e2..acbc0aa633e 100644
--- a/TAO/TAO_IDL/include/ast_constant.h
+++ b/TAO/TAO_IDL/include/ast_constant.h
@@ -104,6 +104,10 @@ public:
AST_Expression::ExprType et (void);
+ // Accessors for the private member.
+ idl_bool ifr_added (void);
+ void ifr_added (idl_bool val);
+
// Narrowing
DEF_NARROW_METHODS1(AST_Constant, AST_Decl);
DEF_NARROW_FROM_DECL(AST_Constant);
@@ -121,6 +125,9 @@ private:
AST_Expression::ExprType pd_et;
// Its expression type.
+
+ idl_bool ifr_added_;
+ // Has this node been added to the IFR?
};
#endif // _AST_CONSTANT_AST_CONSTANT_HH