summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog20
1 files changed, 10 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index ed4c86a92e0..6d2efc13100 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -55,16 +55,16 @@ Tue Mar 4 13:54:52 2003 Phil Mesnier <mesnier_p@ociweb.com>
Tue Jan 24 17:50:32 2003 Gonzalo Diethelm <gonzalo.diethelm@aditiva.com>
- * ace/INET_Addr.cpp:
- Method string_to_addr() now uses ACE_OS_String::strtol() instead
- of the ugly hack using ACE_OS::strspn() and ACE_OS::atoi(). The
- two set() methods that receive a const char port_name[] now try
- first to parse that port_name as a simple number (like "901"),
- and if that fails they try to resolve the port name as a
- service. In order to implement this, I added a static helper
- function called get_port_number_from_name() (sorry for the awful
- name).
-
+ * ace/INET_Addr.cpp:
+ Method string_to_addr() now uses ACE_OS_String::strtol() instead
+ of the ugly hack using ACE_OS::strspn() and ACE_OS::atoi(). The
+ two set() methods that receive a const char port_name[] now try
+ first to parse that port_name as a simple number (like "901"),
+ and if that fails they try to resolve the port name as a
+ service. In order to implement this, I added a static helper
+ function called get_port_number_from_name() (sorry for the awful
+ name).
+
Tue Mar 4 12:53:06 2003 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/modules/ProjectCreator.pm: