summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Concurrency/Concurrency_pch.h
blob: d1e987b595c0b2b3e2a40bd9c0a79063f73ce6a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$
#ifndef CONCURRENCY_PCH_H
#define CONCURRENCY_PCH_H

#if defined(ACE_USING_PCH)

#include "tao/corba.h"
#include "tao/ORB_Core.h"
#include "ace/streams.h"
#include "orbsvcs/CosConcurrencyControlC.h"

#include "CC_LockSet.h"

#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */

#endif
#endif