diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-03-31 12:36:24 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-03-31 12:36:24 +0000 |
commit | 2e84934bc0eb39c940efd53e1143ddb991622207 (patch) | |
tree | e8cca44396b2dd873a51ed7516f5a3674c62d5b6 /TAO/tao/IIOPC.h | |
parent | 5d2183f093b10cb1774a5c566d7de818e2a3096c (diff) | |
download | ATCD-2e84934bc0eb39c940efd53e1143ddb991622207.tar.gz |
ChangeLogTag: Thu Mar 31 13:05:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/IIOPC.h')
-rw-r--r-- | TAO/tao/IIOPC.h | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/TAO/tao/IIOPC.h b/TAO/tao/IIOPC.h index 6893d89e5cc..5503cb0dfc3 100644 --- a/TAO/tao/IIOPC.h +++ b/TAO/tao/IIOPC.h @@ -53,13 +53,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) @@ -108,7 +101,7 @@ namespace IIOP // TAO_IDL - Generated from // be\be_visitor_typecode/typecode_decl.cpp:44 - TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr const _tc_ListenPoint; + extern TAO_Export ::CORBA::TypeCode_ptr const _tc_ListenPoint; // TAO_IDL - Generated from // be\be_visitor_sequence/sequence_ch.cpp:101 @@ -161,7 +154,7 @@ namespace IIOP // TAO_IDL - Generated from // be\be_visitor_typecode/typecode_decl.cpp:44 - TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr const _tc_ListenPointList; + extern TAO_Export ::CORBA::TypeCode_ptr const _tc_ListenPointList; // TAO_IDL - Generated from // be\be_type.cpp:258 @@ -195,7 +188,7 @@ namespace IIOP // TAO_IDL - Generated from // be\be_visitor_typecode/typecode_decl.cpp:44 - TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr const _tc_BiDirIIOPServiceContext; + extern TAO_Export ::CORBA::TypeCode_ptr const _tc_BiDirIIOPServiceContext; // TAO_IDL - Generated from // be\be_visitor_module/module_ch.cpp:66 @@ -264,7 +257,7 @@ TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const IIOP::BiDirIIOPServ TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, IIOP::BiDirIIOPServiceContext &); // TAO_IDL - Generated from -// be\be_codegen.cpp:969 +// be\be_codegen.cpp:947 #if defined (__ACE_INLINE__) #include "IIOPC.inl" |