summaryrefslogtreecommitdiff
path: root/apps/JAWS3/jaws3/Concurrency.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-05-08 07:12:13 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-05-08 07:12:13 +0000
commita898d75a37fc1dd0b059e9e1e0e12fc183aab8ee (patch)
treecc2d2fbd8404e2b355953e0029d998a5121fb136 /apps/JAWS3/jaws3/Concurrency.h
parentd63e86b16ea5f588ae2bd2150d374bb4edf80edc (diff)
downloadATCD-a898d75a37fc1dd0b059e9e1e0e12fc183aab8ee.tar.gz
ChangeLogTag:Sat May 8 00:10:23 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'apps/JAWS3/jaws3/Concurrency.h')
-rw-r--r--apps/JAWS3/jaws3/Concurrency.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/JAWS3/jaws3/Concurrency.h b/apps/JAWS3/jaws3/Concurrency.h
index 983842c1e55..237e274a120 100644
--- a/apps/JAWS3/jaws3/Concurrency.h
+++ b/apps/JAWS3/jaws3/Concurrency.h
@@ -1,18 +1,19 @@
-/* -*- c++ -*- */
+// -*- C++ -*-
+//
// $Id$
#ifndef JAWS_CONCURRENCY_H
#define JAWS_CONCURRENCY_H
-#include "ace/OS.h"
#include "ace/Task.h"
#include "ace/Singleton.h"
+#include "ace/Synch_Traits.h"
#include "jaws3/Export.h"
#include "jaws3/Protocol_Handler.h"
-typedef ACE_Task<ACE_MT_SYNCH> JAWS_CONCURRENCY_TASK;
+typedef ACE_Task<ACE_SYNCH> JAWS_CONCURRENCY_TASK;
class JAWS_Export JAWS_Concurrency_Impl : public JAWS_CONCURRENCY_TASK
{