summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_codegen.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-08-09 21:37:46 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-08-09 21:37:46 +0200
commit95700db3c5cb69a738d8b23b63f20d3dc56ec161 (patch)
tree70bb860d11c41ec83dbc69f507102082df4b535f /TAO/TAO_IDL/be/be_codegen.cpp
parentbb5bb0466614fdc9750920e06396d73080fecc9c (diff)
downloadATCD-95700db3c5cb69a738d8b23b63f20d3dc56ec161.tar.gz
Generate stub export macro directly instead of TAO_EXPORT_MACRO, simplifies the code we generate
* TAO/TAO_IDL/be/be_codegen.cpp: * TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp: * TAO/tao/AnyTypeCode/AnyTypeCode_methods.h: * TAO/tao/AnyTypeCode/TypeCode.h: * TAO/tao/AnyTypeCode/WrongTransactionA.h: * TAO/tao/CORBA_methods.h: * TAO/tao/DynamicInterface/Context.h: * TAO/tao/DynamicInterface/DII_CORBA_methods.h: * TAO/tao/DynamicInterface/ExceptionList.h: * TAO/tao/DynamicInterface/Request.h: * TAO/tao/DynamicInterface/Server_Request.h: * TAO/tao/DynamicInterface/Unknown_User_Exception.h: * TAO/tao/Object_KeyC.h: * TAO/tao/PI/PolicyFactoryC.h: * TAO/tao/PI_Server/ServerRequestInterceptorC.h: * TAO/tao/PortableServer/PS_ForwardC.h: * TAO/tao/PortableServer/PortableServer_Functions.h: * TAO/tao/PortableServer/PortableServer_WFunctions.h: * TAO/tao/RTCORBA/RT_ProtocolPropertiesC.h: * TAO/tao/Typecode_typesC.h: * TAO/tao/Valuetype/AbstractBase.h: * TAO/tao/Valuetype/ValueBase.h: * TAO/tao/Valuetype/Value_CORBA_methods.h: * TAO/tao/WrongTransactionC.h:
Diffstat (limited to 'TAO/TAO_IDL/be/be_codegen.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_codegen.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/TAO_IDL/be/be_codegen.cpp b/TAO/TAO_IDL/be/be_codegen.cpp
index 6755c9f7b80..4dfbf131304 100644
--- a/TAO/TAO_IDL/be/be_codegen.cpp
+++ b/TAO/TAO_IDL/be/be_codegen.cpp
@@ -331,13 +331,6 @@ TAO_CodeGen::start_client_header (const char *fname)
<< "\n#error This file should be regenerated with TAO_IDL"
<< "\n#endif";
- // Generate the TAO_EXPORT_MACRO macro.
- *this->client_header_ << "\n\n#if defined (TAO_EXPORT_MACRO)\n";
- *this->client_header_ << "#undef TAO_EXPORT_MACRO\n";
- *this->client_header_ << "#endif\n";
- *this->client_header_ << "#define TAO_EXPORT_MACRO "
- << be_global->stub_export_macro ();
-
// Begin versioned namespace support after initial headers have been
// included, but before the inline file and post include
// directives.