diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-04-08 08:33:39 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-04-08 08:33:39 +0000 |
commit | 24526dd118629a2304bba7c1edd439966bb65c3a (patch) | |
tree | 59b2a6594b00191ad1c2b5fd085d5111a8192b56 /TAO/tao/PolicyC.h | |
parent | 550b19b97e4ffae35fe2aafd033afba6129213f3 (diff) | |
download | ATCD-24526dd118629a2304bba7c1edd439966bb65c3a.tar.gz |
ChangeLogTag: Fri Apr 8 09:19:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PolicyC.h')
-rw-r--r-- | TAO/tao/PolicyC.h | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/TAO/tao/PolicyC.h b/TAO/tao/PolicyC.h index 093addccca8..df3d9516a65 100644 --- a/TAO/tao/PolicyC.h +++ b/TAO/tao/PolicyC.h @@ -56,13 +56,6 @@ #endif #define TAO_EXPORT_MACRO TAO_Export -#if defined (TAO_EXPORT_NESTED_CLASSES) -# if defined (TAO_EXPORT_NESTED_MACRO) -# undef TAO_EXPORT_NESTED_MACRO -# endif /* defined (TAO_EXPORT_NESTED_MACRO) */ -# define TAO_EXPORT_NESTED_MACRO TAO_Export -#endif /* TAO_EXPORT_NESTED_CLASSES */ - #if defined(_MSC_VER) #pragma warning(push) #pragma warning(disable:4250) @@ -78,9 +71,7 @@ namespace TAO { class Collocation_Proxy_Broker; - template<typename T> class Narrow_Utils; - template<typename T> class AbstractBase_Narrow_Utils; } // TAO_IDL - Generated from @@ -98,7 +89,7 @@ namespace CORBA // TAO_IDL - Generated from // be\be_visitor_typecode/typecode_decl.cpp:44 - TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr const _tc_PolicyErrorCode; + extern TAO_Export ::CORBA::TypeCode_ptr const _tc_PolicyErrorCode; // TAO_IDL - Generated from // be\be_visitor_constant/constant_ch.cpp:52 @@ -179,7 +170,7 @@ namespace CORBA // TAO_IDL - Generated from // be\be_visitor_typecode/typecode_decl.cpp:44 - TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr const _tc_PolicyError; + extern TAO_Export ::CORBA::TypeCode_ptr const _tc_PolicyError; #endif /* end #if !defined */ @@ -237,7 +228,7 @@ namespace CORBA // TAO_IDL - Generated from // be\be_visitor_typecode/typecode_decl.cpp:44 - TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr const _tc_InvalidPolicies; + extern TAO_Export ::CORBA::TypeCode_ptr const _tc_InvalidPolicies; #endif /* end #if !defined */ @@ -388,7 +379,7 @@ namespace CORBA // TAO_IDL - Generated from // be\be_visitor_typecode/typecode_decl.cpp:44 - TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr const _tc_Policy; + extern TAO_Export ::CORBA::TypeCode_ptr const _tc_Policy; // TAO_IDL - Generated from // be\be_interface.cpp:598 @@ -501,7 +492,7 @@ namespace CORBA // TAO_IDL - Generated from // be\be_visitor_typecode/typecode_decl.cpp:44 - TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr const _tc_PolicyManager; + extern TAO_Export ::CORBA::TypeCode_ptr const _tc_PolicyManager; // TAO_IDL - Generated from // be\be_interface.cpp:598 @@ -591,7 +582,7 @@ namespace CORBA // TAO_IDL - Generated from // be\be_visitor_typecode/typecode_decl.cpp:44 - TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr const _tc_PolicyCurrent; + extern TAO_Export ::CORBA::TypeCode_ptr const _tc_PolicyCurrent; // TAO_IDL - Generated from // be\be_visitor_module/module_ch.cpp:66 @@ -736,7 +727,7 @@ TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::Policy_ptr ) TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::Policy_ptr &); // TAO_IDL - Generated from -// be\be_codegen.cpp:969 +// be\be_codegen.cpp:955 #if defined (__ACE_INLINE__) #include "PolicyC.inl" |