summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/PortableServer_pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/PortableServer_pch.h')
-rw-r--r--TAO/tao/PortableServer/PortableServer_pch.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/PortableServer_pch.h b/TAO/tao/PortableServer/PortableServer_pch.h
new file mode 100644
index 00000000000..2f9efc31644
--- /dev/null
+++ b/TAO/tao/PortableServer/PortableServer_pch.h
@@ -0,0 +1,15 @@
+// $Id$
+#ifndef PORTABLESERVER_PCH_H
+#define PORTABLESERVER_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "tao/corba.h"
+#include "POA.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif