summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ETCL/ETCL_pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/ETCL/ETCL_pch.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/ETCL/ETCL_pch.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/ETCL/ETCL_pch.h b/TAO/orbsvcs/orbsvcs/ETCL/ETCL_pch.h
new file mode 100644
index 00000000000..82de71e946f
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/ETCL/ETCL_pch.h
@@ -0,0 +1,18 @@
+// $Id$
+#ifndef ETCL_PCH_H
+#define ETCL_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "ETCL_Constraint.h"
+#include "ETCL_Constraint_Visitor.h"
+#include "ETCL_y.h"
+#include "tao/Any.h"
+#include "tao/Managed_Types.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif