summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-22 12:22:12 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-22 12:22:12 +0000
commitf8aa47b8d5497c41430523d3ee1c1e38dca83792 (patch)
tree6637733e8a21e4f714c0ebff461419d57934953c
parentafed7a70b5f3fb1f27ca7d0f9594fdad454219dc (diff)
downloadATCD-f8aa47b8d5497c41430523d3ee1c1e38dca83792.tar.gz
ChangeLogTag: Thu Jul 22 07:21:03 1999 David L. Levine <levine@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog-99c7
-rw-r--r--TAO/tao/GIOP_Server_Request.cpp1
2 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 66e18cefa1d..8fc777667d3 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,10 @@
+Thu Jul 22 07:21:03 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * tao/GIOP_Server_Request.cpp: added #include of tao/ORB.h,
+ so compilation will succeed with TAO_HAS_MINIMUM_CORBA.
+ Thanks to Erik Johannes <ejohannes@oresis.com> for reporting
+ this.
+
Thu Jul 22 07:12:07 1999 David L. Levine <levine@cs.wustl.edu>
* tao/PolicyC.cpp (_unchecked_narrow): added ACE_TRY_ENV
diff --git a/TAO/tao/GIOP_Server_Request.cpp b/TAO/tao/GIOP_Server_Request.cpp
index 4aec0252627..14d91565b0f 100644
--- a/TAO/tao/GIOP_Server_Request.cpp
+++ b/TAO/tao/GIOP_Server_Request.cpp
@@ -10,6 +10,7 @@
#include "tao/NVList.h"
#include "tao/Principal.h"
#include "tao/ORB_Core.h"
+#include "tao/ORB.h"
#include "tao/Timeprobe.h"
#include "tao/Any.h"