summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-07 20:49:53 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-07 20:49:53 +0000
commit7010bf65cc22e527dd72838bfe920965b33c9b21 (patch)
tree9867642b4755004f0081b87f0dfd5fc7e84c3d6a
parent92932f26495fe12e67f469464752b97540368e04 (diff)
downloadATCD-7010bf65cc22e527dd72838bfe920965b33c9b21.tar.gz
* orbsvcs/Makefile:
* orbsvcs/IFR_Service/IFR_Service.cpp: * orbsvcs/IFR_Service/Makefile: * orbsvcs/IFR_Service/Servant_Locator.cpp: * orbsvcs/IFR_Service/Servant_Locator.h: * orbsvcs/tests/Makefile: * orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.cpp: * orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.h: Reverted changes to source files that guarded against minimum CORBA compilation. Instead, modified makefiles to skip the relevant directories.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index bb27a691b97..8d394f60dd7 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,18 @@
+Wed Feb 7 14:31:48 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * orbsvcs/Makefile:
+ * orbsvcs/IFR_Service/IFR_Service.cpp:
+ * orbsvcs/IFR_Service/Makefile:
+ * orbsvcs/IFR_Service/Servant_Locator.cpp:
+ * orbsvcs/IFR_Service/Servant_Locator.h:
+ * orbsvcs/tests/Makefile:
+ * orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.cpp:
+ * orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.h:
+
+ Reverted changes to source files that guarded against
+ minimum CORBA compilation. Instead, modified makefiles
+ to skip the relevant directories.
+
Wed Feb 7 12:57:35 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
* tao/Acceptor_Registry.cpp: