summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a9
-rw-r--r--TAO/tao/PortableServer/ServerRequestInfo.cpp1
2 files changed, 10 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index adb6e3bf37a..9fd38e3091d 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,12 @@
+Sat Mar 03 02:10:00 2001 Ossama Othman <ossama@uci.edu>
+
+ * tao/PortableServer/ServerRequestInfo.cpp:
+
+ Include "tao/PolicyC.h" to pull in declaration of
+ CORBA::Policy::_nil(). This is particularly necessary for
+ builds that disable compile-time support for CORBA Messaging
+ since the Policy header doesn't get pulled in otherwise.
+
Sat Mar 3 00:16:46 2001 Ossama Othman <ossama@uci.edu>
* tests/Portable_Interceptors/ForwardRequest/Makefile:
diff --git a/TAO/tao/PortableServer/ServerRequestInfo.cpp b/TAO/tao/PortableServer/ServerRequestInfo.cpp
index 24c9d90d882..fa590c398f5 100644
--- a/TAO/tao/PortableServer/ServerRequestInfo.cpp
+++ b/TAO/tao/PortableServer/ServerRequestInfo.cpp
@@ -5,6 +5,7 @@
#include "ServerRequestInfo.h"
#include "tao/TAO_Server_Request.h"
+#include "tao/PolicyC.h"
ACE_RCSID (TAO_PortableServer,
ServerRequestInfo,