summaryrefslogtreecommitdiff
path: root/ChangeLogs
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-19 18:42:09 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-19 18:42:09 +0000
commit73f765becf25686eb4a140e856ff0feecc5726d0 (patch)
tree15617828791057edbc7038aed5aa17151b2090ae /ChangeLogs
parenteb1f877cb2edb2b0ee6d4ae421068a8834a44c7b (diff)
downloadATCD-73f765becf25686eb4a140e856ff0feecc5726d0.tar.gz
ChangelogTag:Sun Nov 19 10:37:48 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ChangeLogs')
-rw-r--r--ChangeLogs/ChangeLog-02a40
-rw-r--r--ChangeLogs/ChangeLog-03a40
2 files changed, 56 insertions, 24 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index af5b791551f..4ed00da9706 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,22 +1,38 @@
+Sun Nov 19 10:37:48 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * ace/ace_dll.dsp:
+ * ace/ace_lib.dsp:
+ Add the new files to the MSVC projects.
+
+ * ace/Dynamic_Service_Base.h:
+ Add missing file.
+
+ * ace/Dynamic_Service_Base.cpp:
+ Removed template-like protections, this is a regular class.
+
+ * ace/Dynamic_Service.i:
+ * ace/Dynamic_Service.cpp:
+ Cosmetic fixes.
+
Sun Nov 19 08:05:08 2000 Priyanka Gontla <pgontla@ece.uci.edu>
- * ace/Makefile:
- Updated.
-
- * ace/Dynamic_Service.cpp:
- * ace/Dynamic_Service.h:
- * ace/Dynamic_Service_Base.cpp:
- * ace/Dynamic_Service_Base.h:
- Not all methods in Dynamic_Service were based on the SERVICE
- types. Moved those to the base class 'Dynamic_Service_Base' and
- the Dynamic_Service inherits from the base class.
-
+ * ace/Makefile:
+ Updated.
+
+ * ace/Dynamic_Service.cpp:
+ * ace/Dynamic_Service.h:
+ * ace/Dynamic_Service_Base.cpp:
+ * ace/Dynamic_Service_Base.h:
+ Not all methods in Dynamic_Service were based on the SERVICE
+ types. Moved those to the base class 'Dynamic_Service_Base' and
+ the Dynamic_Service inherits from the base class.
+
Sat Nov 18 11:35:53 2000 Darrell Brunsch <brunsch@uci.edu>
* tests/OS_Test.cpp:
Changed the signature of main to use ACE_TCHAR. Although
- I don't consider this the "right" way of doing this, it
+ I don't consider this the "right" way of doing this, it
will make the builds happy with ACE_USES_WCHAR until we
implement something better.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index af5b791551f..4ed00da9706 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,22 +1,38 @@
+Sun Nov 19 10:37:48 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * ace/ace_dll.dsp:
+ * ace/ace_lib.dsp:
+ Add the new files to the MSVC projects.
+
+ * ace/Dynamic_Service_Base.h:
+ Add missing file.
+
+ * ace/Dynamic_Service_Base.cpp:
+ Removed template-like protections, this is a regular class.
+
+ * ace/Dynamic_Service.i:
+ * ace/Dynamic_Service.cpp:
+ Cosmetic fixes.
+
Sun Nov 19 08:05:08 2000 Priyanka Gontla <pgontla@ece.uci.edu>
- * ace/Makefile:
- Updated.
-
- * ace/Dynamic_Service.cpp:
- * ace/Dynamic_Service.h:
- * ace/Dynamic_Service_Base.cpp:
- * ace/Dynamic_Service_Base.h:
- Not all methods in Dynamic_Service were based on the SERVICE
- types. Moved those to the base class 'Dynamic_Service_Base' and
- the Dynamic_Service inherits from the base class.
-
+ * ace/Makefile:
+ Updated.
+
+ * ace/Dynamic_Service.cpp:
+ * ace/Dynamic_Service.h:
+ * ace/Dynamic_Service_Base.cpp:
+ * ace/Dynamic_Service_Base.h:
+ Not all methods in Dynamic_Service were based on the SERVICE
+ types. Moved those to the base class 'Dynamic_Service_Base' and
+ the Dynamic_Service inherits from the base class.
+
Sat Nov 18 11:35:53 2000 Darrell Brunsch <brunsch@uci.edu>
* tests/OS_Test.cpp:
Changed the signature of main to use ACE_TCHAR. Although
- I don't consider this the "right" way of doing this, it
+ I don't consider this the "right" way of doing this, it
will make the builds happy with ACE_USES_WCHAR until we
implement something better.