summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-03-29 11:41:32 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-03-29 11:41:32 +0000
commit0600b51ad5efe147eb17cbcc83b1f20d001de6f9 (patch)
treec940d9d385af7a6a9c74d0f67360e166d97c44c9
parentce30a61a61bebb35874ee7f294bcb98973e56a2d (diff)
downloadATCD-0600b51ad5efe147eb17cbcc83b1f20d001de6f9.tar.gz
ChangeLogTag: Mon Mar 29 12:41:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/TypeCode.h8
-rw-r--r--TAO/tao/TypeCode_Constants.h47
2 files changed, 27 insertions, 28 deletions
diff --git a/TAO/tao/TypeCode.h b/TAO/tao/TypeCode.h
index dba8097dc40..643095d8548 100644
--- a/TAO/tao/TypeCode.h
+++ b/TAO/tao/TypeCode.h
@@ -490,8 +490,8 @@ namespace TAO
{
/// Return the unaliased content @c TypeCode of the given
/// @c TypeCode.
- CORBA::TypeCode_ptr unaliased_typecode (CORBA::TypeCode_ptr tc
- ACE_ENV_ARG_DECL);
+ TAO_Export CORBA::TypeCode_ptr unaliased_typecode (CORBA::TypeCode_ptr tc
+ ACE_ENV_ARG_DECL);
/// Return the unaliased @c TCKind of the given @c TypeCode.
/**
@@ -499,8 +499,8 @@ namespace TAO
* on the unaliased @c TypeCode returned from
* @c unaliased_typecode().
*/
- CORBA::TCKind unaliased_kind (CORBA::TypeCode_ptr tc
- ACE_ENV_ARG_DECL);
+ TAO_Export CORBA::TCKind unaliased_kind (CORBA::TypeCode_ptr tc
+ ACE_ENV_ARG_DECL);
}
diff --git a/TAO/tao/TypeCode_Constants.h b/TAO/tao/TypeCode_Constants.h
index aef854c680d..a5b29c32841 100644
--- a/TAO/tao/TypeCode_Constants.h
+++ b/TAO/tao/TypeCode_Constants.h
@@ -32,32 +32,31 @@ namespace CORBA
* All the TypeCode constants
*/
//@{
- extern TypeCode_ptr const _tc_null;
- extern TypeCode_ptr const _tc_void;
- extern TypeCode_ptr const _tc_boolean;
- extern TypeCode_ptr const _tc_char;
- extern TypeCode_ptr const _tc_wchar;
- extern TypeCode_ptr const _tc_short;
- extern TypeCode_ptr const _tc_ushort;
- extern TypeCode_ptr const _tc_long;
- extern TypeCode_ptr const _tc_ulong;
- extern TypeCode_ptr const _tc_longlong;
- extern TypeCode_ptr const _tc_ulonglong;
- extern TypeCode_ptr const _tc_float;
- extern TypeCode_ptr const _tc_double;
- extern TypeCode_ptr const _tc_longdouble;
- extern TypeCode_ptr const _tc_octet;
- extern TypeCode_ptr const _tc_any;
- extern TypeCode_ptr const _tc_TypeCode;
- extern TypeCode_ptr const _tc_Principal;
+ extern TAO_Export TypeCode_ptr const _tc_null;
+ extern TAO_Export TypeCode_ptr const _tc_void;
+ extern TAO_Export TypeCode_ptr const _tc_boolean;
+ extern TAO_Export TypeCode_ptr const _tc_char;
+ extern TAO_Export TypeCode_ptr const _tc_wchar;
+ extern TAO_Export TypeCode_ptr const _tc_short;
+ extern TAO_Export TypeCode_ptr const _tc_ushort;
+ extern TAO_Export TypeCode_ptr const _tc_long;
+ extern TAO_Export TypeCode_ptr const _tc_ulong;
+ extern TAO_Export TypeCode_ptr const _tc_longlong;
+ extern TAO_Export TypeCode_ptr const _tc_ulonglong;
+ extern TAO_Export TypeCode_ptr const _tc_float;
+ extern TAO_Export TypeCode_ptr const _tc_double;
+ extern TAO_Export TypeCode_ptr const _tc_longdouble;
+ 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 TypeCode_ptr const _tc_string;
- extern TypeCode_ptr const _tc_wstring;
-
- extern TypeCode_ptr const _tc_Object;
- extern TypeCode_ptr const _tc_Component;
- extern TypeCode_ptr const _tc_Home;
+ extern TAO_Export TypeCode_ptr const _tc_string;
+ extern TAO_Export TypeCode_ptr const _tc_wstring;
+ extern TAO_Export TypeCode_ptr const _tc_Object;
+ extern TAO_Export TypeCode_ptr const _tc_Component;
+ extern TAO_Export TypeCode_ptr const _tc_Home;
//@}
}