summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-02 18:07:20 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-02 18:07:20 +0000
commite0fb824b24d0705b0dfd47cdc0374ba6601a7dbe (patch)
treed2a71d02345637158118db0156990754b5fdbafd
parent1c3e0e7cacc8663c1ea00b1ff5131c27bf1fb258 (diff)
downloadATCD-e0fb824b24d0705b0dfd47cdc0374ba6601a7dbe.tar.gz
* tao/Dynamic_Adapter.cpp:
Moved the #endif of TAO_HAS_MINIMUM_CORBA to the end of the file, after the explicit template instantiations. * tao/DynamicInterface/TAO_DynamicInterface.dsp: Fixed a typo in the project settings for the release version.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 97f59146f76..29935cd2b33 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,15 @@
+Thu Nov 2 12:03:07 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/Dynamic_Adapter.cpp:
+
+ Moved the #endif of TAO_HAS_MINIMUM_CORBA to the end of
+ the file, after the explicit template instantiations.
+
+ * tao/DynamicInterface/TAO_DynamicInterface.dsp:
+
+ Fixed a typo in the project settings for the release
+ version.
+
Wed Nov 1 10:14:26 2000 Darrell Brunsch <brunsch@uci.edu>
* orbsvcs/ImplRepo_Service/ImplRepo_i.cpp: