summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-03-16 09:30:49 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-03-16 09:30:49 +0000
commit35b3a3f8ed68885d09efa0edd0f74e1f30ef0e5a (patch)
tree4a9336bb2bc03efd3599c630193320bbfb2ee117
parent7467f07fb4bd1bcd69f44ae27017f45b4eb2af11 (diff)
downloadATCD-35b3a3f8ed68885d09efa0edd0f74e1f30ef0e5a.tar.gz
ChangeLogTag:Sat Mar 16 01:27:32 2002 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a8
-rw-r--r--TAO/tao/IFR_Client/IFR_BaseC.h4
2 files changed, 11 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index a170c498555..86e5c2ccb4e 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Sat Mar 16 01:27:32 2002 Ossama Othman <ossama@uci.edu>
+
+ * tao/IFR_Client/IFR_BaseC.h:
+
+ Include appropriate headers to allow the IFR_Client library to
+ compile in minimum CORBA builds. Necessitated by the
+ inter-header dependency reductions made about a week ago.
+
Fri Mar 15 16:06:10 2002 Priyanka Gontla <pgontla@ece.uci.edu>
* orbsvcs/orbsvcs/Naming/Flat_File_Persistence.cpp (operator >>):
diff --git a/TAO/tao/IFR_Client/IFR_BaseC.h b/TAO/tao/IFR_Client/IFR_BaseC.h
index 7b59a5a133b..246643d1e9c 100644
--- a/TAO/tao/IFR_Client/IFR_BaseC.h
+++ b/TAO/tao/IFR_Client/IFR_BaseC.h
@@ -29,7 +29,9 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/Invocation.h"
+#include "tao/Remote_Object_Proxy_Impl.h"
+#include "tao/Object.h"
+#include "tao/Any.h"
#if defined (TAO_EXPORT_MACRO)
#undef TAO_EXPORT_MACRO