diff options
Diffstat (limited to 'TAO/TAO_IDL/include/idl_global.h')
-rw-r--r-- | TAO/TAO_IDL/include/idl_global.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/idl_global.h b/TAO/TAO_IDL/include/idl_global.h index c80415e5752..a300eddf740 100644 --- a/TAO/TAO_IDL/include/idl_global.h +++ b/TAO/TAO_IDL/include/idl_global.h @@ -621,6 +621,9 @@ public: static char* translateName(const char* name, char *name_buf); #endif + bool validate_orb_include (UTL_String *); + // Check if included file is in TAO specific include dirs. + private: // Data UTL_ScopeStack pd_scopes; // Store scopes stack |