summaryrefslogtreecommitdiff
path: root/apps
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
commit57503b6b9b3a963ffc6f81d51d67af3955e025ef (patch)
treecc2d2fbd8404e2b355953e0029d998a5121fb136 /apps
parent8e9a59c62879fcabfd0b57b5422d376cddf7f4c7 (diff)
downloadATCD-57503b6b9b3a963ffc6f81d51d67af3955e025ef.tar.gz
ChangeLogTag:Sat May 8 00:10:23 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'apps')
-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
{