summaryrefslogtreecommitdiff
path: root/TAO/tao/tao_pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/tao_pch.h')
-rw-r--r--TAO/tao/tao_pch.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/tao/tao_pch.h b/TAO/tao/tao_pch.h
new file mode 100644
index 00000000000..7b3f90a4f14
--- /dev/null
+++ b/TAO/tao/tao_pch.h
@@ -0,0 +1,21 @@
+// $Id$
+#ifndef TAO_PCH_H
+#define TAO_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "ace/ace_pch.h"
+
+#include "corba.h"
+#include "orb_core.h"
+#include "debug.h"
+#include "tao/Stub.h"
+#include "tao/Transport.h"
+#include "tao/try_macros.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif