summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/idl_global.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-15 23:23:46 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-15 23:23:46 +0000
commitd8bacd2b55203a7a5c789359448c2001af1c0efe (patch)
tree973d7336083603c0be8e8c94c8f94539e4e99fac /TAO/TAO_IDL/include/idl_global.h
parent33393611d425f63541d7fdbf1e906c39f51bc08a (diff)
downloadATCD-d8bacd2b55203a7a5c789359448c2001af1c0efe.tar.gz
ChangeLogTag: Sun Aug 15 18:16:00 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/include/idl_global.h')
-rw-r--r--TAO/TAO_IDL/include/idl_global.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/include/idl_global.h b/TAO/TAO_IDL/include/idl_global.h
index 39ac2a0cb32..e55b25bae9e 100644
--- a/TAO/TAO_IDL/include/idl_global.h
+++ b/TAO/TAO_IDL/include/idl_global.h
@@ -535,12 +535,11 @@ public:
ACE_Hash_Map_Manager<ACE_CString, char *, ACE_Null_Mutex> &
file_prefixes (void);
- // Accessor for the IDL keyword container.
+ // Accessor for the IDL file prefix container.
- void create_uses_multiple_stuff (AST_Component *c,
- AST_Component::port_description &pd);
- // We must do this in the front end since the executor
- // mapping IDL will have these data types.
+ idl_bool pass_orb_idl (void) const;
+ void pass_orb_idl (idl_bool val);
+ // Accessor for the pass_orb_idl_ member.
int check_gperf (void);
// Currently called only from IDL backend, but could be useful elsewhere.
@@ -630,6 +629,9 @@ private:
ACE_Hash_Map_Manager<ACE_CString, char *, ACE_Null_Mutex> file_prefixes_;
// Associates a prefix with a file.
+
+ idl_bool pass_orb_idl_;
+ // Treat orb.idl like any other included IDL file.
};