summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/idl_global.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-11-05 04:17:09 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-11-05 04:17:09 +0000
commitd7ce6b4da49469323630c6565d3cee9d18d10caf (patch)
tree7f75b9bd1192cc528805d6d4b9a599699607c155 /TAO/TAO_IDL/include/idl_global.h
parente6e438d004e79a7971b21972df3d0cbc308cd660 (diff)
downloadATCD-d7ce6b4da49469323630c6565d3cee9d18d10caf.tar.gz
ChangeLogTag:Tue Nov 4 22:14:18 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/include/idl_global.h')
-rw-r--r--TAO/TAO_IDL/include/idl_global.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/TAO/TAO_IDL/include/idl_global.h b/TAO/TAO_IDL/include/idl_global.h
index f55b3f5528a..423714ecfba 100644
--- a/TAO/TAO_IDL/include/idl_global.h
+++ b/TAO/TAO_IDL/include/idl_global.h
@@ -67,7 +67,7 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#ifndef _IDL_IDL_GLOBAL_HH
#define _IDL_IDL_GLOBAL_HH
-// May of them could be forward declared..
+// May of them could be forward declared..
#include "ace/SString.h"
#include "ace/Hash_Map_Manager_T.h"
#include "ace/Containers_T.h"
@@ -285,6 +285,7 @@ public:
ACE_UINT64 string_seen_;
ACE_UINT64 array_seen_;
ACE_UINT64 aggregate_seen_;
+ ACE_UINT64 union_seen_;
ACE_UINT64 exception_seen_;
ACE_UINT64 operation_seen_;
ACE_UINT64 non_local_op_seen_;
@@ -504,16 +505,16 @@ public:
// strips off any command line -I prefix that may have been
// prepended.
- virtual idl_bool preserve_cpp_keywords (void);
- // Whether we should not mung idl element names that are
- // C++ keywords e.g. delete, operator etc. with _cxx_ prefix.
- // Should be true when being used by the IFR Service
-
- virtual void preserve_cpp_keywords (idl_bool);
- // Set whether we should not mung idl element names that are C++
- // keywords e.g. delete, operator etc. with _cxx_ prefix.
+ virtual idl_bool preserve_cpp_keywords (void);
+ // Whether we should not mung idl element names that are
+ // C++ keywords e.g. delete, operator etc. with _cxx_ prefix.
+ // Should be true when being used by the IFR Service
+
+ virtual void preserve_cpp_keywords (idl_bool);
+ // Set whether we should not mung idl element names that are C++
+ // keywords e.g. delete, operator etc. with _cxx_ prefix.
// Is set by the IFR Service.
-
+
void add_include_path (const char *s);
// Add another path to 'include_paths_'.