summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS2/JAWS/IO_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS2/JAWS/IO_Handler.cpp')
-rw-r--r--ACE/apps/JAWS2/JAWS/IO_Handler.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/apps/JAWS2/JAWS/IO_Handler.cpp b/ACE/apps/JAWS2/JAWS/IO_Handler.cpp
index 82f9753a41d..1e9d1af427c 100644
--- a/ACE/apps/JAWS2/JAWS/IO_Handler.cpp
+++ b/ACE/apps/JAWS2/JAWS/IO_Handler.cpp
@@ -5,7 +5,7 @@
#include "ace/OS_NS_unistd.h"
#include "ace/OS_NS_sys_socket.h"
-#include "JAWS/IO.h"
+#include "JAWS/Jaws_IO.h"
#include "JAWS/IO_Handler.h"
#include "JAWS/IO_Acceptor.h"
#include "JAWS/Data_Block.h"
@@ -13,8 +13,6 @@
#include "JAWS/Waiter.h"
#include "JAWS/Filecache.h"
-ACE_RCSID(JAWS, IO_Handler, "$Id$")
-
JAWS_Abstract_IO_Handler::~JAWS_Abstract_IO_Handler (void)
{
}