summaryrefslogtreecommitdiff
path: root/apps/JAWS2/JAWS/IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/JAWS2/JAWS/IO.h')
-rw-r--r--apps/JAWS2/JAWS/IO.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/apps/JAWS2/JAWS/IO.h b/apps/JAWS2/JAWS/IO.h
index 840ff327380..c0b167e3cda 100644
--- a/apps/JAWS2/JAWS/IO.h
+++ b/apps/JAWS2/JAWS/IO.h
@@ -18,6 +18,10 @@
#ifndef JAWS_IO_H
#define JAWS_IO_H
+class ACE_Message_Block;
+class JAWS_IO_Handler;
+class JAWS_IO_Acceptor;
+
#include "ace/ACE.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -31,15 +35,6 @@
#include "JAWS/Export.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-class ACE_Message_Block;
-ACE_END_VERSIONED_NAMESPACE_DECL
-
-class JAWS_IO_Handler;
-class JAWS_IO_Acceptor;
-
-
-
class JAWS_Export JAWS_IO
// = TITLE
//
@@ -238,7 +233,7 @@ protected:
virtual void send_message (JAWS_IO_Handler *ioh,
const char *buffer,
unsigned int length,
- long act);
+ int act);
};
typedef ACE_Singleton<JAWS_Asynch_IO, ACE_SYNCH_MUTEX>