summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/ClientRequestInfo.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/PI/ClientRequestInfo.pidl
parent0e555b9150d38e3b3473ba325b56db2642e6352b (diff)
downloadATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/tao/PI/ClientRequestInfo.pidl')
-rw-r--r--TAO/tao/PI/ClientRequestInfo.pidl49
1 files changed, 0 insertions, 49 deletions
diff --git a/TAO/tao/PI/ClientRequestInfo.pidl b/TAO/tao/PI/ClientRequestInfo.pidl
deleted file mode 100644
index f649b1d130b..00000000000
--- a/TAO/tao/PI/ClientRequestInfo.pidl
+++ /dev/null
@@ -1,49 +0,0 @@
-// -*- IDL -*-
-
-/**
- * @file ClientRequestInfo.pidl
- *
- * $Id$
- *
- * @brief Pre-compiled ClientRequestInfo
- *
- * This file was used to generate the code in ClientRequestInfoC.*
- * 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"
- * ClientRequestInfo.pidl
- */
-
-#ifndef _CLIENT_REQUESTINFO_PIDL_
-#define _CLIENT_REQUESTINFO_PIDL_
-
-#include "tao/PI/RequestInfo.pidl"
-#include "tao/orb_types.pidl"
-#include "tao/Policy_Forward.pidl"
-
-module PortableInterceptor {
-
- typeprefix PortableInterceptor "omg.org";
-
- local interface ClientRequestInfo : RequestInfo
- {
- readonly attribute Object target;
- readonly attribute Object effective_target;
- readonly attribute IOP::TaggedProfile effective_profile;
- readonly attribute any received_exception;
- readonly attribute CORBA::RepositoryId received_exception_id;
- IOP::TaggedComponent get_effective_component (in IOP::ComponentId id);
- IOP::TaggedComponentSeq get_effective_components (in IOP::ComponentId id);
- CORBA::Policy get_request_policy (in CORBA::PolicyType type);
- void add_request_service_context (
- in IOP::ServiceContext service_context,
- in boolean replace);
- };
-};
-
-#endif /* _CLIENT_REQUESTINFO_PIDL_ */