summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/idl_global.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-07 02:53:52 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-07 02:53:52 +0000
commit69c5a533a175df1b6b4a5a35d24217b96f6a4fe7 (patch)
treed88423d08b4d22ece6fe2314371fa9403bdbba87 /TAO/TAO_IDL/include/idl_global.h
parent0d1b226008d42c7971d7804ddeed2f235bcd7c4d (diff)
downloadATCD-69c5a533a175df1b6b4a5a35d24217b96f6a4fe7.tar.gz
ChangeLogTag: Tue Jan 6 20:43:53 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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/idl_global.h b/TAO/TAO_IDL/include/idl_global.h
index 423714ecfba..93b81fdde1f 100644
--- a/TAO/TAO_IDL/include/idl_global.h
+++ b/TAO/TAO_IDL/include/idl_global.h
@@ -518,6 +518,10 @@ public:
void add_include_path (const char *s);
// Add another path to 'include_paths_'.
+ ACE_Hash_Map_Manager<ACE_CString, char *, ACE_Null_Mutex> &
+ file_prefixes (void);
+ // Accessor for the IDL keyword container.
+
private:
// Data
UTL_ScopeStack pd_scopes; // Store scopes stack
@@ -596,6 +600,9 @@ private:
ACE_Unbounded_Queue<char *> include_paths_;
// List of -I options passed to us.
+
+ ACE_Hash_Map_Manager<ACE_CString, char *, ACE_Null_Mutex> file_prefixes_;
+ // Associates a prefix with a file.
};