summaryrefslogtreecommitdiff
path: root/TAO/tao/PI
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-23 12:39:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-23 12:39:52 +0000
commitfc659a0013d637bccba1bd13fa8de784e4bebecb (patch)
tree0974896a02b07460d816cd6c00aa2ced5e967eb0 /TAO/tao/PI
parent009117697088bd9f8e8272acef1d6a98ad724390 (diff)
downloadATCD-fc659a0013d637bccba1bd13fa8de784e4bebecb.tar.gz
Tue Oct 23 12:38:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PI')
-rw-r--r--TAO/tao/PI/PI_include.pidl23
1 files changed, 23 insertions, 0 deletions
diff --git a/TAO/tao/PI/PI_include.pidl b/TAO/tao/PI/PI_include.pidl
new file mode 100644
index 00000000000..6bcefdcade9
--- /dev/null
+++ b/TAO/tao/PI/PI_include.pidl
@@ -0,0 +1,23 @@
+// -*- IDL -*-
+
+/**
+ * @file PI_include.pidl
+ *
+ * $Id$
+ *
+ * @brief Include file for use in applications that need PI.pidl.
+ */
+
+#ifndef _PI_INCLUDE_IDL_
+#define _PI_INCLUDE_IDL_
+
+///FUZZ: disable check_for_include/
+#include "tao/PI/ORBInitInfo.pidl"
+#include "tao/PI/PolicyFactory.pidl"
+#include "tao/PI/ORBInitializer.pidl"
+#include "tao/PI/Interceptor.pidl"
+#include "tao/PI/ClientRequestInfo.pidl"
+#include "tao/PI/ClientRequestInterceptor.pidl"
+#include "tao/PI/PICurrent.pidl"
+
+#endif /* _PI_INCLUDE_IDL_ */