summaryrefslogtreecommitdiff
path: root/TAO/tao/IOP.pidl
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
commit6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (patch)
treeda50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/tao/IOP.pidl
parent0e555b9150d38e3b3473ba325b56db2642e6352b (diff)
downloadATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/tao/IOP.pidl')
-rw-r--r--TAO/tao/IOP.pidl33
1 files changed, 0 insertions, 33 deletions
diff --git a/TAO/tao/IOP.pidl b/TAO/tao/IOP.pidl
deleted file mode 100644
index 90ed9c8b7f4..00000000000
--- a/TAO/tao/IOP.pidl
+++ /dev/null
@@ -1,33 +0,0 @@
-// -*- IDL -*-
-/**
- * @file IOP.pidl
- *
- * $Id$
- *
- * @brief Pre-compiled IDL source for the IOP module.
- *
- * This file is used to generate IOPC.{h,cpp}, using the following
- * command:
- *
- * tao_idl.exe
- * -o orig -St -Sp -Ge 1 -SS -Sci
- * -Wb,export_macro=TAO_Export
- * -Wb,export_include="tao/TAO_Export.h"
- * -Wb,pre_include="ace/pre.h"
- * -Wb,post_include="ace/post.h"
- * IOP.pidl
- *
- * and then:
- *
- * patch < diffs/IOP.diff
- *
- * The code left in IOPC.{h,inl,cpp} is ready for use.
- *
- */
-
-#ifndef TAO_IOP_PIDL
-#define TAO_IOP_PIDL
-
-#include "tao/IOP_IOR.pidl"
-
-#endif /* TAO_IOP_PIDL */