diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2002-05-02 12:48:45 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2002-05-02 12:48:45 +0000 |
commit | d64e3f995f9d3f83c1fb4e08556e200cdb0f8cdd (patch) | |
tree | 7899d660eb969003704736b62b5156602c94a6c9 | |
parent | e2985d149699f18bc07d81332404b18cfbd4a5b8 (diff) | |
download | ATCD-d64e3f995f9d3f83c1fb4e08556e200cdb0f8cdd.tar.gz |
ChangeLogTag: Thu May 2 07:46:59 2002 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 7 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 7 | ||||
-rw-r--r-- | websvcs/lib/URL_Addr.h | 1 |
4 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index dcf1e9e5b29..6947f37b78f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu May 2 07:46:59 2002 Chad Elliott <elliott_c@ociweb.com> + + * websvcs/lib/URL_Addr.h: + + Include ace/ACE.h to avoid compilation error due to missing + method (ACE::hash_pjw) in inline method ACE_URL_Addr::hash(). + Thu May 2 07:34:59 2002 Chad Elliott <elliott_c@ociweb.com> * ace/QoS/SOCK_Dgram_Mcast_QoS.cpp: diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index dcf1e9e5b29..6947f37b78f 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,10 @@ +Thu May 2 07:46:59 2002 Chad Elliott <elliott_c@ociweb.com> + + * websvcs/lib/URL_Addr.h: + + Include ace/ACE.h to avoid compilation error due to missing + method (ACE::hash_pjw) in inline method ACE_URL_Addr::hash(). + Thu May 2 07:34:59 2002 Chad Elliott <elliott_c@ociweb.com> * ace/QoS/SOCK_Dgram_Mcast_QoS.cpp: diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index dcf1e9e5b29..6947f37b78f 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,10 @@ +Thu May 2 07:46:59 2002 Chad Elliott <elliott_c@ociweb.com> + + * websvcs/lib/URL_Addr.h: + + Include ace/ACE.h to avoid compilation error due to missing + method (ACE::hash_pjw) in inline method ACE_URL_Addr::hash(). + Thu May 2 07:34:59 2002 Chad Elliott <elliott_c@ociweb.com> * ace/QoS/SOCK_Dgram_Mcast_QoS.cpp: diff --git a/websvcs/lib/URL_Addr.h b/websvcs/lib/URL_Addr.h index c83edf69440..1e016260989 100644 --- a/websvcs/lib/URL_Addr.h +++ b/websvcs/lib/URL_Addr.h @@ -24,6 +24,7 @@ #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "websvcs_export.h" +#include "ace/ACE.h" class ACE_URL_Addr_Visitor; |