summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-12 16:54:22 +0000
committerspark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-12 16:54:22 +0000
commitac4a702f1f9e5fd8032cf823d7bd1cac45f6dee0 (patch)
treed59db475e9540f5c6b4daaae7e519d5df171fde4
parentc6701ba13b994a055e717b12664f24faf73ba6ec (diff)
downloadATCD-ac4a702f1f9e5fd8032cf823d7bd1cac45f6dee0.tar.gz
Added missing paths (ace/) on prior update.
-rw-r--r--ChangeLog90
-rw-r--r--ChangeLogs/ChangeLog-02a90
-rw-r--r--ChangeLogs/ChangeLog-03a90
3 files changed, 135 insertions, 135 deletions
diff --git a/ChangeLog b/ChangeLog
index 074a211eef7..11e8be4e458 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -113,7 +113,7 @@ Mon Mar 11 11:35:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Sun Mar 10 18:53:48 2002 Si Mong Park <spark@ociweb.com>
- * Svc_Conf_l.cpp:
+ * ace/Svc_Conf_l.cpp:
Commented out 'break' line to resolve unreachable statement warning.
Sun Mar 10 05:54:30 2002 Balachandran Natarajan <bala@cs.wustl.edu>
@@ -137,102 +137,102 @@ Sat Mar 9 07:52:45 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Fri Mar 8 22:29:36 2002 Si Mong Park <spark@ociweb.com>
- * Argv_Type_Converter.cpp:
- * Argv_Type_Converter.h:
- * Argv_Type_Converter.inl:
+ * ace/Argv_Type_Converter.cpp:
+ * ace/Argv_Type_Converter.h:
+ * ace/Argv_Type_Converter.inl:
new class to convert command line parameter type between char
and wchar_t.
- * Basic_Types.h:
+ * ace/Basic_Types.h:
Set the endian type to 'little endian' for ARM processor -
Pocket PC 2002 platform.
- * Log_Record.cpp:
- * Log_Record.h:
+ * ace/Log_Record.cpp:
+ * ace/Log_Record.h:
Removed print method that uses ACE_CE_Bridge since CE_Bridge is
no longer supported by ACE CE port.
- * ace_dll.dsp:
- * ace_lib.dsp:
+ * ace/ace_dll.dsp:
+ * ace/ace_lib.dsp:
Added Argv_Type_Converter class to the project.
- * WFMO_Reactor.cpp:
- * WFMO_Reactor.h:
- * WFMO_Reactor.i:
+ * ace/WFMO_Reactor.cpp:
+ * ace/WFMO_Reactor.h:
+ * ace/WFMO_Reactor.i:
Updated to support WinCE.
- * Process.cpp:
+ * ace/Process.cpp:
Fixed incorrect call to CreateProcess for WinCE.
- * config-WinCE.h:
+ * ace/config-WinCE.h:
Updated for WinCE Pocket PC 2002.
- * ace.vcw:
- * ace_dll.vcp:
- * ace_os_dll.vcp:
+ * ace/ace.vcw:
+ * ace/ace_dll.vcp:
+ * ace/ace_os_dll.vcp:
New ACE project file for WinCE Pocket PC 2002 build on eMbedded
Visual C++ 3.0.
- * Makefile:
- * Makefile.am:
- * Makefile.bor:
+ * ace/Makefile:
+ * ace/Makefile.am:
+ * ace/Makefile.bor:
Added Argv_Type_Converter file.
- * Configuration.cpp:
- * Memory_Pool.cpp:
+ * ace/Configuration.cpp:
+ * ace/Memory_Pool.cpp:
Updated for the WinCE port.
- * Read_Buffer.cpp:
- * Read_Buffer.h:
+ * ace/Read_Buffer.cpp:
+ * ace/Read_Buffer.h:
Disabled Ctor with ACE_HANDLE on WinCE since ACE_HANDLE is same
as FILE* on WinCE.
- * OS.cpp:
- * OS.h:
- * OS.i:
+ * ace/OS.cpp:
+ * ace/OS.h:
+ * ace/OS.i:
Updated for WinCE port. Changes includes removal of CE Bridge
added CE argv process class, enabled many file IO functions
that formerly disabled on CE, bypassing QoS parts for CE, and
other CE specific declarations.
- * Dynamic_Service.h:
- * Dynamic_Service.i:
+ * ace/Dynamic_Service.h:
+ * ace/Dynamic_Service.i:
Added 'instance' method uses ACE_ANTI_TCHAR type name for when
ACE_TCHAR is wchar_t.
- * CE_Screen_Output.cpp:
- * CE_Screen_Output.h:
+ * ace/CE_Screen_Output.cpp:
+ * ace/CE_Screen_Output.h:
screen output helper class only for WinCE platform - should
not be used on any other platform.
- * OS_Memory.h:
- * OS_String.h:
+ * ace/OS_Memory.h:
+ * ace/OS_String.h:
Changed to skip including stddef.h for WinCE.
- * MEM_Acceptor.h:
- * MEM_Acceptor.i:
- * SOCK_Acceptor.cpp:
- * SOCK_Acceptor.h:
- * SOCK_Connector.cpp:
- * SOCK_Connector.h:
- * SOCK_Dgram_Mcast.h:
+ * ace/MEM_Acceptor.h:
+ * ace/MEM_Acceptor.i:
+ * ace/SOCK_Acceptor.cpp:
+ * ace/SOCK_Acceptor.h:
+ * ace/SOCK_Connector.cpp:
+ * ace/SOCK_Connector.h:
+ * ace/SOCK_Dgram_Mcast.h:
Updated to skip QoS part on WinCE.
- * Svc_Conf.l:
- * Svc_Conf_l.cpp:
+ * ace/Svc_Conf.l:
+ * ace/Svc_Conf_l.cpp:
Fixed a problem giving a parse error on reading carriage return
token on Unicode formatted svc conf file.
- * Registry.cpp:
+ * ace/Registry.cpp:
Changed connect function for WinCE to return -1 because CE does
not allow direct registry connection.
- * Sock_Connect.cpp:
+ * ace/Sock_Connect.cpp:
Changed to use Iphlpapi library (standard on WinCE) on WinCE to
find IP address instead of searching registry since CE has so
many variations on registry settings.
- * Log_Msg.cpp:
+ * ace/Log_Msg.cpp:
Minor change for WinCE on stderr.
Fri Mar 8 19:45:31 2002 Steve Huston <shuston@riverace.com>
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 074a211eef7..11e8be4e458 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -113,7 +113,7 @@ Mon Mar 11 11:35:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Sun Mar 10 18:53:48 2002 Si Mong Park <spark@ociweb.com>
- * Svc_Conf_l.cpp:
+ * ace/Svc_Conf_l.cpp:
Commented out 'break' line to resolve unreachable statement warning.
Sun Mar 10 05:54:30 2002 Balachandran Natarajan <bala@cs.wustl.edu>
@@ -137,102 +137,102 @@ Sat Mar 9 07:52:45 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Fri Mar 8 22:29:36 2002 Si Mong Park <spark@ociweb.com>
- * Argv_Type_Converter.cpp:
- * Argv_Type_Converter.h:
- * Argv_Type_Converter.inl:
+ * ace/Argv_Type_Converter.cpp:
+ * ace/Argv_Type_Converter.h:
+ * ace/Argv_Type_Converter.inl:
new class to convert command line parameter type between char
and wchar_t.
- * Basic_Types.h:
+ * ace/Basic_Types.h:
Set the endian type to 'little endian' for ARM processor -
Pocket PC 2002 platform.
- * Log_Record.cpp:
- * Log_Record.h:
+ * ace/Log_Record.cpp:
+ * ace/Log_Record.h:
Removed print method that uses ACE_CE_Bridge since CE_Bridge is
no longer supported by ACE CE port.
- * ace_dll.dsp:
- * ace_lib.dsp:
+ * ace/ace_dll.dsp:
+ * ace/ace_lib.dsp:
Added Argv_Type_Converter class to the project.
- * WFMO_Reactor.cpp:
- * WFMO_Reactor.h:
- * WFMO_Reactor.i:
+ * ace/WFMO_Reactor.cpp:
+ * ace/WFMO_Reactor.h:
+ * ace/WFMO_Reactor.i:
Updated to support WinCE.
- * Process.cpp:
+ * ace/Process.cpp:
Fixed incorrect call to CreateProcess for WinCE.
- * config-WinCE.h:
+ * ace/config-WinCE.h:
Updated for WinCE Pocket PC 2002.
- * ace.vcw:
- * ace_dll.vcp:
- * ace_os_dll.vcp:
+ * ace/ace.vcw:
+ * ace/ace_dll.vcp:
+ * ace/ace_os_dll.vcp:
New ACE project file for WinCE Pocket PC 2002 build on eMbedded
Visual C++ 3.0.
- * Makefile:
- * Makefile.am:
- * Makefile.bor:
+ * ace/Makefile:
+ * ace/Makefile.am:
+ * ace/Makefile.bor:
Added Argv_Type_Converter file.
- * Configuration.cpp:
- * Memory_Pool.cpp:
+ * ace/Configuration.cpp:
+ * ace/Memory_Pool.cpp:
Updated for the WinCE port.
- * Read_Buffer.cpp:
- * Read_Buffer.h:
+ * ace/Read_Buffer.cpp:
+ * ace/Read_Buffer.h:
Disabled Ctor with ACE_HANDLE on WinCE since ACE_HANDLE is same
as FILE* on WinCE.
- * OS.cpp:
- * OS.h:
- * OS.i:
+ * ace/OS.cpp:
+ * ace/OS.h:
+ * ace/OS.i:
Updated for WinCE port. Changes includes removal of CE Bridge
added CE argv process class, enabled many file IO functions
that formerly disabled on CE, bypassing QoS parts for CE, and
other CE specific declarations.
- * Dynamic_Service.h:
- * Dynamic_Service.i:
+ * ace/Dynamic_Service.h:
+ * ace/Dynamic_Service.i:
Added 'instance' method uses ACE_ANTI_TCHAR type name for when
ACE_TCHAR is wchar_t.
- * CE_Screen_Output.cpp:
- * CE_Screen_Output.h:
+ * ace/CE_Screen_Output.cpp:
+ * ace/CE_Screen_Output.h:
screen output helper class only for WinCE platform - should
not be used on any other platform.
- * OS_Memory.h:
- * OS_String.h:
+ * ace/OS_Memory.h:
+ * ace/OS_String.h:
Changed to skip including stddef.h for WinCE.
- * MEM_Acceptor.h:
- * MEM_Acceptor.i:
- * SOCK_Acceptor.cpp:
- * SOCK_Acceptor.h:
- * SOCK_Connector.cpp:
- * SOCK_Connector.h:
- * SOCK_Dgram_Mcast.h:
+ * ace/MEM_Acceptor.h:
+ * ace/MEM_Acceptor.i:
+ * ace/SOCK_Acceptor.cpp:
+ * ace/SOCK_Acceptor.h:
+ * ace/SOCK_Connector.cpp:
+ * ace/SOCK_Connector.h:
+ * ace/SOCK_Dgram_Mcast.h:
Updated to skip QoS part on WinCE.
- * Svc_Conf.l:
- * Svc_Conf_l.cpp:
+ * ace/Svc_Conf.l:
+ * ace/Svc_Conf_l.cpp:
Fixed a problem giving a parse error on reading carriage return
token on Unicode formatted svc conf file.
- * Registry.cpp:
+ * ace/Registry.cpp:
Changed connect function for WinCE to return -1 because CE does
not allow direct registry connection.
- * Sock_Connect.cpp:
+ * ace/Sock_Connect.cpp:
Changed to use Iphlpapi library (standard on WinCE) on WinCE to
find IP address instead of searching registry since CE has so
many variations on registry settings.
- * Log_Msg.cpp:
+ * ace/Log_Msg.cpp:
Minor change for WinCE on stderr.
Fri Mar 8 19:45:31 2002 Steve Huston <shuston@riverace.com>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 074a211eef7..11e8be4e458 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -113,7 +113,7 @@ Mon Mar 11 11:35:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Sun Mar 10 18:53:48 2002 Si Mong Park <spark@ociweb.com>
- * Svc_Conf_l.cpp:
+ * ace/Svc_Conf_l.cpp:
Commented out 'break' line to resolve unreachable statement warning.
Sun Mar 10 05:54:30 2002 Balachandran Natarajan <bala@cs.wustl.edu>
@@ -137,102 +137,102 @@ Sat Mar 9 07:52:45 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Fri Mar 8 22:29:36 2002 Si Mong Park <spark@ociweb.com>
- * Argv_Type_Converter.cpp:
- * Argv_Type_Converter.h:
- * Argv_Type_Converter.inl:
+ * ace/Argv_Type_Converter.cpp:
+ * ace/Argv_Type_Converter.h:
+ * ace/Argv_Type_Converter.inl:
new class to convert command line parameter type between char
and wchar_t.
- * Basic_Types.h:
+ * ace/Basic_Types.h:
Set the endian type to 'little endian' for ARM processor -
Pocket PC 2002 platform.
- * Log_Record.cpp:
- * Log_Record.h:
+ * ace/Log_Record.cpp:
+ * ace/Log_Record.h:
Removed print method that uses ACE_CE_Bridge since CE_Bridge is
no longer supported by ACE CE port.
- * ace_dll.dsp:
- * ace_lib.dsp:
+ * ace/ace_dll.dsp:
+ * ace/ace_lib.dsp:
Added Argv_Type_Converter class to the project.
- * WFMO_Reactor.cpp:
- * WFMO_Reactor.h:
- * WFMO_Reactor.i:
+ * ace/WFMO_Reactor.cpp:
+ * ace/WFMO_Reactor.h:
+ * ace/WFMO_Reactor.i:
Updated to support WinCE.
- * Process.cpp:
+ * ace/Process.cpp:
Fixed incorrect call to CreateProcess for WinCE.
- * config-WinCE.h:
+ * ace/config-WinCE.h:
Updated for WinCE Pocket PC 2002.
- * ace.vcw:
- * ace_dll.vcp:
- * ace_os_dll.vcp:
+ * ace/ace.vcw:
+ * ace/ace_dll.vcp:
+ * ace/ace_os_dll.vcp:
New ACE project file for WinCE Pocket PC 2002 build on eMbedded
Visual C++ 3.0.
- * Makefile:
- * Makefile.am:
- * Makefile.bor:
+ * ace/Makefile:
+ * ace/Makefile.am:
+ * ace/Makefile.bor:
Added Argv_Type_Converter file.
- * Configuration.cpp:
- * Memory_Pool.cpp:
+ * ace/Configuration.cpp:
+ * ace/Memory_Pool.cpp:
Updated for the WinCE port.
- * Read_Buffer.cpp:
- * Read_Buffer.h:
+ * ace/Read_Buffer.cpp:
+ * ace/Read_Buffer.h:
Disabled Ctor with ACE_HANDLE on WinCE since ACE_HANDLE is same
as FILE* on WinCE.
- * OS.cpp:
- * OS.h:
- * OS.i:
+ * ace/OS.cpp:
+ * ace/OS.h:
+ * ace/OS.i:
Updated for WinCE port. Changes includes removal of CE Bridge
added CE argv process class, enabled many file IO functions
that formerly disabled on CE, bypassing QoS parts for CE, and
other CE specific declarations.
- * Dynamic_Service.h:
- * Dynamic_Service.i:
+ * ace/Dynamic_Service.h:
+ * ace/Dynamic_Service.i:
Added 'instance' method uses ACE_ANTI_TCHAR type name for when
ACE_TCHAR is wchar_t.
- * CE_Screen_Output.cpp:
- * CE_Screen_Output.h:
+ * ace/CE_Screen_Output.cpp:
+ * ace/CE_Screen_Output.h:
screen output helper class only for WinCE platform - should
not be used on any other platform.
- * OS_Memory.h:
- * OS_String.h:
+ * ace/OS_Memory.h:
+ * ace/OS_String.h:
Changed to skip including stddef.h for WinCE.
- * MEM_Acceptor.h:
- * MEM_Acceptor.i:
- * SOCK_Acceptor.cpp:
- * SOCK_Acceptor.h:
- * SOCK_Connector.cpp:
- * SOCK_Connector.h:
- * SOCK_Dgram_Mcast.h:
+ * ace/MEM_Acceptor.h:
+ * ace/MEM_Acceptor.i:
+ * ace/SOCK_Acceptor.cpp:
+ * ace/SOCK_Acceptor.h:
+ * ace/SOCK_Connector.cpp:
+ * ace/SOCK_Connector.h:
+ * ace/SOCK_Dgram_Mcast.h:
Updated to skip QoS part on WinCE.
- * Svc_Conf.l:
- * Svc_Conf_l.cpp:
+ * ace/Svc_Conf.l:
+ * ace/Svc_Conf_l.cpp:
Fixed a problem giving a parse error on reading carriage return
token on Unicode formatted svc conf file.
- * Registry.cpp:
+ * ace/Registry.cpp:
Changed connect function for WinCE to return -1 because CE does
not allow direct registry connection.
- * Sock_Connect.cpp:
+ * ace/Sock_Connect.cpp:
Changed to use Iphlpapi library (standard on WinCE) on WinCE to
find IP address instead of searching registry since CE has so
many variations on registry settings.
- * Log_Msg.cpp:
+ * ace/Log_Msg.cpp:
Minor change for WinCE on stderr.
Fri Mar 8 19:45:31 2002 Steve Huston <shuston@riverace.com>