summaryrefslogtreecommitdiff
path: root/ChangeLogs/ChangeLog-02a
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLogs/ChangeLog-02a')
-rw-r--r--ChangeLogs/ChangeLog-02a16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index ea7f2cdaca6..ff8e9289739 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,19 @@
+Fri Sep 07 12:12:39 2001 Steve Huston <shuston@riverace.com>
+
+ * examples/C++NPv1/Iterative_Logging_Server.dsp:
+ * examples/C++NPv1/Logging_Client.dsp:
+ * examples/C++NPv1/Process_Per_Connection_Logging_Server.dsp:
+ * examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.dsp:
+ * examples/C++NPv1/Reactive_Logging_Server.dsp:
+ * examples/C++NPv1/Reactive_Logging_Server_Ex.dsp:
+ * examples/C++NPv1/Thread_Per_Connection_Logging_Server.dsp:
+ Use relative paths to include and library files rather than
+ $(ACE_ROOT). Makes it easier to use in place regardless of
+ ACE version.
+
+ * examples/C++NPv1/Logging_Client.cpp: Fixed scoping of the getline()
+ method call.
+
Thu Sep 6 21:14:05 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/Logging_Strategy_Test.cpp: Changed the usage of auto_ptr