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

#if defined(ACE_USING_PCH)

#include "ace/Reactor.h"
#include "ace/Sched_Params.h"
#include "orbsvcs/Scheduler_Factory.h"

#include "Memory_Pools.h"

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

#endif
#endif