summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/CosTrading_pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader/CosTrading_pch.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/CosTrading_pch.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/CosTrading_pch.h b/TAO/orbsvcs/orbsvcs/Trader/CosTrading_pch.h
new file mode 100644
index 00000000000..62aef54d8c9
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Trader/CosTrading_pch.h
@@ -0,0 +1,19 @@
+// $Id$
+#ifndef COSTRADING_PCH_H
+#define COSTRADING_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "tao/corba.h"
+#include "tao/ORB_Core.h"
+
+#include "Constraint_Visitors.h"
+#include "Constraint_Nodes.h"
+#include "Offer_Iterators_T.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif