From 343b039ad265a16c18d6b493aadb67e6a911eb03 Mon Sep 17 00:00:00 2001 From: parsons Date: Thu, 30 Oct 2003 16:22:33 +0000 Subject: ChangeLogTag: Thu Oct 30 10:21:19 2003 Jeff Parsons --- TAO/ChangeLog | 7 +++++++ TAO/tao/DynamicInterface/Request.h | 5 +++++ TAO/tao/DynamicInterface/Server_Request.h | 5 +++++ 3 files changed, 17 insertions(+) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 56300558f2e..882f8729220 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,10 @@ +Thu Oct 30 10:21:19 2003 Jeff Parsons + + * tao/DynamicInterface/Request.h: + * tao/DynamicInterface/ServerRequest.h: + + Added missing redefinition of TAO_EXPORT_MACRO. + Thu Oct 30 22:02:28 2003 Balachandran Natarajan * orbsvcs/orbsvcs/SSLIOP.dsp: diff --git a/TAO/tao/DynamicInterface/Request.h b/TAO/tao/DynamicInterface/Request.h index d8d49a31abf..8891fb9ad32 100644 --- a/TAO/tao/DynamicInterface/Request.h +++ b/TAO/tao/DynamicInterface/Request.h @@ -36,6 +36,11 @@ #include "tao/Environment.h" #include "tao/Sequence.h" +#if defined (TAO_EXPORT_MACRO) +#undef TAO_EXPORT_MACRO +#endif +#define TAO_EXPORT_MACRO TAO_DynamicInterface_Export + namespace CORBA { class Request; diff --git a/TAO/tao/DynamicInterface/Server_Request.h b/TAO/tao/DynamicInterface/Server_Request.h index 0821e35352c..29ddd2daa28 100644 --- a/TAO/tao/DynamicInterface/Server_Request.h +++ b/TAO/tao/DynamicInterface/Server_Request.h @@ -36,6 +36,11 @@ #include "tao/TAO_Server_Request.h" +#if defined (TAO_EXPORT_MACRO) +#undef TAO_EXPORT_MACRO +#endif +#define TAO_EXPORT_MACRO TAO_DynamicInterface_Export + namespace CORBA { class ServerRequest; -- cgit v1.2.1