summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-98c
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-06 10:33:19 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-06 10:33:19 +0000
commit08866cdd5521a1a1fb9331a601688cb2aa758098 (patch)
tree2d1a76437c946e82e08d2680063f24c5d6e47655 /TAO/ChangeLog-98c
parent3c0a50bd00a48bf6f943cff2e748177c115dc024 (diff)
downloadATCD-08866cdd5521a1a1fb9331a601688cb2aa758098.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/ChangeLog-98c')
-rw-r--r--TAO/ChangeLog-98c36
1 files changed, 36 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 48282299fe1..bcf731cad06 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,39 @@
+Wed Jan 06 02:58:28 1999 Irfan Pyarali <irfan@cs.wustl.edu>
+
+ * TAO_Examples.dsw
+ * POA/Explicit_Activation/Makefile
+ * POA/Generic_Servant/Makefile
+ * POA/Generic_Servant/server.dsp
+ * POA/Loader/Loader.dsw
+ * POA/Loader/Makefile
+ * POA/Loader/server.dsp
+ * POA/On_Demand_Activation/On_Demand_Activation.dsw
+ * POA/On_Demand_Activation/server.dsp
+ * POA/On_Demand_Activation/Makefile
+ * POA/On_Demand_Loading/Makefile
+ * POA/On_Demand_Loading/On_Demand_Loading.dsw
+ * POA/On_Demand_Loading/server.dsp
+
+ - Changed the name of the Generic Servant dynamic library from
+ MyFoo back to Generic_Servant. This was causing too many
+ things to break on NT since the original settings were based
+ on the Generic_Servant name.
+
+ - Removed excess include directories in the make setting.
+
+ - Fixed NT make files (including release settings) and made them
+ conform with the existing makefiles.
+
+ * POA/On_Demand_Loading/Servant_Activator.cpp
+ * POA/On_Demand_Loading/Servant_Locator.cpp
+ * POA/Loader/Servant_Activator.cpp
+ * POA/Loader/Servant_Locator.cpp
+ * POA/Loader/Server_Manager.cpp
+
+ - Removed access includes files.
+
+ * POA/On_Demand_Loading/Servant_Manager.cpp: Fixed use of ACE_CString.
+
Tue Jan 5 22:36:54 1999 Nanbor Wang <nanbor@cs.wustl.edu>
* tao/default_server.{h,cpp}: