summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/idl_pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/idl_pch.h')
-rw-r--r--TAO/TAO_IDL/include/idl_pch.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/idl_pch.h b/TAO/TAO_IDL/include/idl_pch.h
new file mode 100644
index 00000000000..6a32c4f2dcd
--- /dev/null
+++ b/TAO/TAO_IDL/include/idl_pch.h
@@ -0,0 +1,14 @@
+// $Id$
+#ifndef IDL_PCH_H
+#define IDL_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "idl.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif