summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-02-17 16:15:41 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-02-17 16:15:41 +0000
commit4295c898d3afd409b92d10b058f405db07c98629 (patch)
treee07d543694caccf1c22cd834a9fa3c15a8f916cd /ACE/apps/JAWS
parent2d7e65f24a469f66bd2771c7075a535eed2e81af (diff)
downloadATCD-4295c898d3afd409b92d10b058f405db07c98629.tar.gz
ChangeLogTag: Tue Feb 17 16:15:16 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'ACE/apps/JAWS')
-rw-r--r--ACE/apps/JAWS/ChangeLog10
-rw-r--r--ACE/apps/JAWS/server/HTTP_Server.h2
2 files changed, 9 insertions, 3 deletions
diff --git a/ACE/apps/JAWS/ChangeLog b/ACE/apps/JAWS/ChangeLog
index 8fbcef9842b..79562d051a9 100644
--- a/ACE/apps/JAWS/ChangeLog
+++ b/ACE/apps/JAWS/ChangeLog
@@ -1,9 +1,15 @@
+Tue Feb 17 16:15:16 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * server/HTTP_Server.h:
+
+ Updated to reflect movement of the svc_export.h file.
+
Fri Dec 7 22:00:18 UTC 2007 Will Otte <wotte@dre.Vanderbilt.Edu>
* server/HTTP_Helpers.cpp:
Replaced format strings passed sscanf as char arrays to be
- string literals instead, to address a gcc warning.
-
+ string literals instead, to address a gcc warning.
+
Wed Jul 17 14:40:28 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* clients/Caching/http_handler.cpp:
diff --git a/ACE/apps/JAWS/server/HTTP_Server.h b/ACE/apps/JAWS/server/HTTP_Server.h
index 942b1575d77..0c4e90fef3f 100644
--- a/ACE/apps/JAWS/server/HTTP_Server.h
+++ b/ACE/apps/JAWS/server/HTTP_Server.h
@@ -25,7 +25,7 @@
#include "ace/LOCK_SOCK_Acceptor.h"
#include "ace/Task_T.h"
#include "ace/Asynch_IO.h"
-#include "ace/svc_export.h"
+#include "netsvcs/lib/svc_export.h"
#include "HTTP_Handler.h"
#include "ace/Synch_Traits.h"
#include "ace/Thread_Mutex.h"