summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-05 23:07:03 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-05 23:07:03 +0000
commitd2029af96f1c6828ae7720f7bcc73acfc376c34b (patch)
treead8bc2c88b43c4a67de11506d589c002cb9bea37
parentc6437b34d095b75ddba283f90c283b361ef1d0f6 (diff)
downloadATCD-d2029af96f1c6828ae7720f7bcc73acfc376c34b.tar.gz
* orbsvcs/IFR_Service/IFR_Service.cpp:
* orbsvcs/IFR_Service/Servant_Locator.cpp: * orbsvcs/IFR_Service/Servant_Locator.h: * orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.cpp: * orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.h: Added minimum CORBA guards around code that won't compile under minimum CORBA.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index b25b80f3a95..b8c38edf873 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,14 @@
+Mon Feb 5 16:48:10 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * orbsvcs/IFR_Service/IFR_Service.cpp:
+ * orbsvcs/IFR_Service/Servant_Locator.cpp:
+ * orbsvcs/IFR_Service/Servant_Locator.h:
+ * orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.cpp:
+ * orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.h:
+
+ Added minimum CORBA guards around code that won't compile under
+ minimum CORBA.
+
Mon Feb 5 15:57:54 2001 Jeff Parsons <parsons@cs.wustl.edu>
* tao/Object.cpp: