summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Security/Security_pch.h
blob: 0a6b0befd80981e0f3031055a191e1fc1d484244 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$
#ifndef SECURITY_PCH_H
#define SECURITY_PCH_H

#if defined(ACE_USING_PCH)

#include "orbsvcs/SecurityC.h"

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

#endif
#endif