summaryrefslogtreecommitdiff
path: root/TAO/tao/TC_Constants_Forward.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TC_Constants_Forward.h')
-rw-r--r--TAO/tao/TC_Constants_Forward.h50
1 files changed, 25 insertions, 25 deletions
diff --git a/TAO/tao/TC_Constants_Forward.h b/TAO/tao/TC_Constants_Forward.h
index bb23cb8331a..72c27451a1c 100644
--- a/TAO/tao/TC_Constants_Forward.h
+++ b/TAO/tao/TC_Constants_Forward.h
@@ -27,27 +27,27 @@ namespace CORBA
* All the TypeCode constants
*/
//@{
- extern TAO_Export TypeCode_ptr _tc_null;
- extern TAO_Export TypeCode_ptr _tc_void;
- extern TAO_Export TypeCode_ptr _tc_short;
- extern TAO_Export TypeCode_ptr _tc_long;
- extern TAO_Export TypeCode_ptr _tc_ushort;
- extern TAO_Export TypeCode_ptr _tc_ulong;
- extern TAO_Export TypeCode_ptr _tc_float;
- extern TAO_Export TypeCode_ptr _tc_double;
- extern TAO_Export TypeCode_ptr _tc_boolean;
- extern TAO_Export TypeCode_ptr _tc_char;
- extern TAO_Export TypeCode_ptr _tc_octet;
- extern TAO_Export TypeCode_ptr _tc_any;
- extern TAO_Export TypeCode_ptr _tc_TypeCode;
- extern TAO_Export TypeCode_ptr _tc_Principal;
- extern TAO_Export TypeCode_ptr _tc_Object;
- extern TAO_Export TypeCode_ptr _tc_string;
- extern TAO_Export TypeCode_ptr _tc_longlong;
- extern TAO_Export TypeCode_ptr _tc_ulonglong;
- extern TAO_Export TypeCode_ptr _tc_longdouble;
- extern TAO_Export TypeCode_ptr _tc_wchar;
- extern TAO_Export TypeCode_ptr _tc_wstring;
+ extern TAO_Export TypeCode_ptr const _tc_null;
+ extern TAO_Export TypeCode_ptr const _tc_void;
+ extern TAO_Export TypeCode_ptr const _tc_short;
+ extern TAO_Export TypeCode_ptr const _tc_long;
+ extern TAO_Export TypeCode_ptr const _tc_ushort;
+ extern TAO_Export TypeCode_ptr const _tc_ulong;
+ extern TAO_Export TypeCode_ptr const _tc_float;
+ extern TAO_Export TypeCode_ptr const _tc_double;
+ extern TAO_Export TypeCode_ptr const _tc_boolean;
+ extern TAO_Export TypeCode_ptr const _tc_char;
+ extern TAO_Export TypeCode_ptr const _tc_octet;
+ extern TAO_Export TypeCode_ptr const _tc_any;
+ extern TAO_Export TypeCode_ptr const _tc_TypeCode;
+ extern TAO_Export TypeCode_ptr const _tc_Principal;
+ extern TAO_Export TypeCode_ptr const _tc_Object;
+ extern TAO_Export TypeCode_ptr const _tc_string;
+ extern TAO_Export TypeCode_ptr const _tc_longlong;
+ extern TAO_Export TypeCode_ptr const _tc_ulonglong;
+ extern TAO_Export TypeCode_ptr const _tc_longdouble;
+ extern TAO_Export TypeCode_ptr const _tc_wchar;
+ extern TAO_Export TypeCode_ptr const _tc_wstring;
#define TAO_SYSTEM_EXCEPTION_LIST \
TAO_SYSTEM_EXCEPTION(UNKNOWN); \
@@ -93,16 +93,16 @@ namespace CORBA
// = Typecode constants for system exceptions.
#define TAO_SYSTEM_EXCEPTION(name) \
- extern TAO_Export TypeCode_ptr _tc_ ## name
+ extern TAO_Export TypeCode_ptr const _tc_ ## name
TAO_SYSTEM_EXCEPTION_LIST
#undef TAO_SYSTEM_EXCEPTION
//@}
- extern TAO_Export TypeCode_ptr _tc_UnknownUserException;
+ extern TAO_Export TypeCode_ptr const _tc_UnknownUserException;
- extern TAO_Export TypeCode_ptr _tc_Current;
+ extern TAO_Export TypeCode_ptr const _tc_Current;
- extern TAO_Export TypeCode_ptr _tc_NamedValue;
+ extern TAO_Export TypeCode_ptr const _tc_NamedValue;
}
#include /**/ "ace/post.h"