diff options
author | Steve Huston <shuston@riverace.com> | 2002-03-11 21:29:40 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-03-11 21:29:40 +0000 |
commit | 02cb6d5a3b7172169e9b24a65fd8a98ff8e2775a (patch) | |
tree | fe931088cc8d95dfde42899c5e048ec70a54f502 /ChangeLogs | |
parent | 53b200355305e9eab95c5c322dbe0526b4a6210e (diff) | |
download | ATCD-02cb6d5a3b7172169e9b24a65fd8a98ff8e2775a.tar.gz |
ChangeLogTag:Mon Mar 11 16:27:59 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ChangeLogs')
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 6 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 30831b7ac5f..1877cd4e510 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,9 @@ +Mon Mar 11 16:27:59 2002 Steve Huston <shuston@riverace.com> + + * examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.cpp: + Added missing #include "ace/Auto_Ptr.h" to fix compile problem + for platforms w/o native auto_ptr (like MSVC). + Mon Mar 11 14:23:00 2002 Si Mong Park <spark@ociweb.com> * tests/Config_Test.cpp: diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 30831b7ac5f..1877cd4e510 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,9 @@ +Mon Mar 11 16:27:59 2002 Steve Huston <shuston@riverace.com> + + * examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.cpp: + Added missing #include "ace/Auto_Ptr.h" to fix compile problem + for platforms w/o native auto_ptr (like MSVC). + Mon Mar 11 14:23:00 2002 Si Mong Park <spark@ociweb.com> * tests/Config_Test.cpp: |