summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/Interceptor.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI/Interceptor.pidl')
-rw-r--r--TAO/tao/PI/Interceptor.pidl38
1 files changed, 0 insertions, 38 deletions
diff --git a/TAO/tao/PI/Interceptor.pidl b/TAO/tao/PI/Interceptor.pidl
deleted file mode 100644
index ed9ec855a56..00000000000
--- a/TAO/tao/PI/Interceptor.pidl
+++ /dev/null
@@ -1,38 +0,0 @@
-// -*- IDL -*-
-
-/**
- * @file Interceptor.pidl
- *
- * $Id$
- *
- * @brief Pre-compiled IDL source for the Interceptor
- * components in the ORB.
- *
- * This file was used to generate the code in InterceptorC.*
- * The command used to generate code is:
- *
- * tao_idl
- * -o orig -Gp -Gd -Ge 1 -GA -SS -Sci
- * -Wb,export_include="tao/TAO_Export.h"
- * -Wb,export_macro=TAO_Export
- * -Wb,pre_include="ace/pre.h"
- * -Wb,post_include="ace/post.h"
- * Interceptor.pidl
- *
- */
-
-#ifndef _INTERCEPTOR_IDL_
-#define _INTERCEPTOR_IDL_
-
-module PortableInterceptor {
-
- typeprefix PortableInterceptor "omg.org";
-
- local interface Interceptor
- {
- readonly attribute string name;
- void destroy ();
- };
-};
-
-#endif /* _INTERCEPTOR_IDL_ */