summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS3/jaws3/Concurrency.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS3/jaws3/Concurrency.h')
-rw-r--r--ACE/apps/JAWS3/jaws3/Concurrency.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/apps/JAWS3/jaws3/Concurrency.h b/ACE/apps/JAWS3/jaws3/Concurrency.h
index 16a9ad059ea..0a3c8e88dcd 100644
--- a/ACE/apps/JAWS3/jaws3/Concurrency.h
+++ b/ACE/apps/JAWS3/jaws3/Concurrency.h
@@ -21,7 +21,7 @@ public:
virtual int getq (JAWS_Protocol_Handler *&ph) = 0;
- int svc (void);
+ int svc ();
};
@@ -38,7 +38,7 @@ public:
int putq (JAWS_Protocol_Handler *ph);
int getq (JAWS_Protocol_Handler *&ph);
- void shutdown (void);
+ void shutdown ();
protected:
JAWS_Concurrency_Impl *impl_;
@@ -54,7 +54,7 @@ class JAWS_Export JAWS_Concurrency
: public JAWS_Concurrency_Bridge<JAWS_CONCURRENCY_CONCRETE_IMPL>
{
public:
- static JAWS_Concurrency * instance (void)
+ static JAWS_Concurrency * instance ()
{
return ACE_Singleton<JAWS_Concurrency, ACE_SYNCH_MUTEX>::instance ();
}