summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service_pch.h
blob: df13f04c229d22ec202843ba7192fc7871e20756 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$
#ifndef LIFECYCLESERVICE_PCH_H
#define LIFECYCLESERVICE_PCH_H

#if defined(ACE_USING_PCH)

#include "LifeCycle_Service_i.h"

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

#endif
#endif