summaryrefslogtreecommitdiff
path: root/apps/JAWS2/JAWS/IO.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/JAWS2/JAWS/IO.cpp')
-rw-r--r--apps/JAWS2/JAWS/IO.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/JAWS2/JAWS/IO.cpp b/apps/JAWS2/JAWS/IO.cpp
index dba86cbf8f2..ee8a1eb1343 100644
--- a/apps/JAWS2/JAWS/IO.cpp
+++ b/apps/JAWS2/JAWS/IO.cpp
@@ -3,11 +3,9 @@
#include "ace/Message_Block.h"
#include "ace/SOCK_Stream.h"
#include "ace/Filecache.h"
-#include "ace/OS_NS_string.h"
#include "ace/OS_NS_unistd.h"
#include "ace/OS_NS_sys_uio.h"
#include "ace/OS_NS_sys_socket.h"
-#include "ace/Min_Max.h"
#include "JAWS/JAWS.h"
#include "JAWS/Data_Block.h"
@@ -17,8 +15,6 @@
#include "JAWS/IO_Acceptor.h"
#include "JAWS/Filecache.h"
-#include "ace/Asynch_IO.h" //for ACE_Asynch_Write_Stream
-
// #include "HTTP_Helpers.h"
ACE_RCSID(JAWS, IO, "$Id$")
@@ -556,7 +552,7 @@ void
JAWS_Asynch_IO::send_message (JAWS_IO_Handler *ioh,
const char *buffer,
unsigned int length,
- long act)
+ int act)
{
ioh->idle ();