summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-30 16:22:33 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-30 16:22:33 +0000
commit343b039ad265a16c18d6b493aadb67e6a911eb03 (patch)
treee2bf2f77de1df5823ffa20292cf2fb81d748117e
parent776121f97be1c920797c951b71cb2797cb98fd9c (diff)
downloadATCD-343b039ad265a16c18d6b493aadb67e6a911eb03.tar.gz
ChangeLogTag: Thu Oct 30 10:21:19 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/tao/DynamicInterface/Request.h5
-rw-r--r--TAO/tao/DynamicInterface/Server_Request.h5
3 files changed, 17 insertions, 0 deletions
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 <j.parsons@vanderbilt.edu>
+
+ * tao/DynamicInterface/Request.h:
+ * tao/DynamicInterface/ServerRequest.h:
+
+ Added missing redefinition of TAO_EXPORT_MACRO.
+
Thu Oct 30 22:02:28 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* 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;