summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Security/Security_pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Security/Security_pch.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/Security_pch.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Security/Security_pch.h b/TAO/orbsvcs/orbsvcs/Security/Security_pch.h
new file mode 100644
index 00000000000..0a6b0befd80
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Security/Security_pch.h
@@ -0,0 +1,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