summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/CodecFactory/IOP_Codec_include.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tao/CodecFactory/IOP_Codec_include.pidl')
-rw-r--r--ACE/TAO/tao/CodecFactory/IOP_Codec_include.pidl19
1 files changed, 19 insertions, 0 deletions
diff --git a/ACE/TAO/tao/CodecFactory/IOP_Codec_include.pidl b/ACE/TAO/tao/CodecFactory/IOP_Codec_include.pidl
new file mode 100644
index 00000000000..9d814aa81a4
--- /dev/null
+++ b/ACE/TAO/tao/CodecFactory/IOP_Codec_include.pidl
@@ -0,0 +1,19 @@
+// -*- IDL -*-
+
+/**
+ * @file IOP_Codec_include.pidl
+ *
+ * $Id$
+ *
+ * @brief Include file for use in applications that need IOP_Codec.pidl.
+ */
+
+#ifndef _IOP_CODEC_INCLUDE_IDL_
+#define _IOP_CODEC_INCLUDE_IDL_
+
+#pragma prefix ""
+
+///FUZZ: disable check_for_include/
+#include "tao/CodecFactory/IOP_Codec.pidl"
+
+#endif /* _IOP_CODEC_INCLUDE_IDL_ */