diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-06 18:24:48 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-06 18:24:48 +0000 |
commit | 92e0baede6f3769f1cf946e17b3c67c377a00f37 (patch) | |
tree | fdc6756cd69e04ed291adfed799ffa0e5cd99fc9 /TAO/TAO_IDL/include/ast_module.h | |
parent | 47d718ea65450fc100d726cbfd0bcf3211e837b8 (diff) | |
download | ATCD-92e0baede6f3769f1cf946e17b3c67c377a00f37.tar.gz |
ChangeLogTag:Thu May 6 12:11:22 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL/include/ast_module.h')
-rw-r--r-- | TAO/TAO_IDL/include/ast_module.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/ast_module.h b/TAO/TAO_IDL/include/ast_module.h index cae2cb03b3c..4cf89f0f27c 100644 --- a/TAO/TAO_IDL/include/ast_module.h +++ b/TAO/TAO_IDL/include/ast_module.h @@ -97,6 +97,10 @@ public: // AST Dumping virtual void dump(ostream &o); + // involved in OBV_ namespace generation + void set_has_nested_valuetype (); + idl_bool has_nested_valuetype (); + private: friend void fe_populate(AST_Module *m); friend int tao_yyparse(); @@ -116,6 +120,7 @@ private: virtual AST_Typedef *fe_add_typedef(AST_Typedef *t); virtual AST_Native *fe_add_native (AST_Native *n); + idl_bool pd_has_nested_valuetype; }; #endif // _AST_MODULE_AST_MODULE_HH |