summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-03-03 10:15:10 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-03-03 10:15:10 +0000
commit7a7cb6f1d0940720d7b5dfd1d3b743361f7ad1be (patch)
treecfb907e1a57ad897d554e472cd95c7b00cac0dd0
parent7cd17676c8c82779ebf36901918d0c388d3ae6fc (diff)
downloadATCD-7a7cb6f1d0940720d7b5dfd1d3b743361f7ad1be.tar.gz
ChangeLogTag:Sat Mar 03 02:10:00 2001 Ossama Othman <ossama@uci.edu>
-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,