summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-21 18:58:56 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-21 18:58:56 +0000
commit571ec23b8aabf3b6e8ff37b0fa2b7240d64e1cff (patch)
tree7e5873e233b59b46eab92134a8cc79b2eba8ca82
parent77c98b4897cdfbaa9d34f6f7663c6e09cf8f6303 (diff)
downloadATCD-571ec23b8aabf3b6e8ff37b0fa2b7240d64e1cff.tar.gz
ChangeLogTag: Thu Jun 21 13:57:09 2001 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-02a6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--apps/JAWS/clients/Caching/http_handler.h2
4 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dbd556aeed1..e66530de706 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jun 21 13:57:09 2001 Chad Elliott <elliott_c@ociweb.com>
+
+ * apps/JAWS/clients/Caching/http_handler.h:
+
+ Fix a warning with g++.
+
Thu Jun 21 09:01:09 2001 Chad Elliott <elliott_c@ociweb.com>
* include/makeinclude/platform_aix_ibm.GNU:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index dbd556aeed1..e66530de706 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Thu Jun 21 13:57:09 2001 Chad Elliott <elliott_c@ociweb.com>
+
+ * apps/JAWS/clients/Caching/http_handler.h:
+
+ Fix a warning with g++.
+
Thu Jun 21 09:01:09 2001 Chad Elliott <elliott_c@ociweb.com>
* include/makeinclude/platform_aix_ibm.GNU:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index dbd556aeed1..e66530de706 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Thu Jun 21 13:57:09 2001 Chad Elliott <elliott_c@ociweb.com>
+
+ * apps/JAWS/clients/Caching/http_handler.h:
+
+ Fix a warning with g++.
+
Thu Jun 21 09:01:09 2001 Chad Elliott <elliott_c@ociweb.com>
* include/makeinclude/platform_aix_ibm.GNU:
diff --git a/apps/JAWS/clients/Caching/http_handler.h b/apps/JAWS/clients/Caching/http_handler.h
index c808a15e4f0..83bab4811d5 100644
--- a/apps/JAWS/clients/Caching/http_handler.h
+++ b/apps/JAWS/clients/Caching/http_handler.h
@@ -15,12 +15,12 @@
//
// ============================================================================
+#include "ace/SOCK_Connector.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/SOCK_Connector.h"
#include "ace/Connector.h"
class HTTP_Handler : public ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_NULL_SYNCH>