summaryrefslogtreecommitdiff
path: root/TAO/tao/PI_Server/ServerRequestInfo.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_Server/ServerRequestInfo.pidl
parent0e555b9150d38e3b3473ba325b56db2642e6352b (diff)
downloadATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/tao/PI_Server/ServerRequestInfo.pidl')
-rw-r--r--TAO/tao/PI_Server/ServerRequestInfo.pidl51
1 files changed, 0 insertions, 51 deletions
diff --git a/TAO/tao/PI_Server/ServerRequestInfo.pidl b/TAO/tao/PI_Server/ServerRequestInfo.pidl
deleted file mode 100644
index 9679b29c2e8..00000000000
--- a/TAO/tao/PI_Server/ServerRequestInfo.pidl
+++ /dev/null
@@ -1,51 +0,0 @@
-// -*- IDL -*-
-
-/**
- * @file ServerRequestInfo.pidl
- *
- * $Id$
- *
- * @brief Pre-compiled RequestInfo
- *
- * This file was used to generate the code in ServerRequestInfoC.*
- * 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"
- * ServerRequestInfo.pidl
- */
-
-#ifndef _SERVER_REQUESTINFO_PIDL_
-#define _SERVER_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 ServerRequestInfo : RequestInfo
- {
- readonly attribute any sending_exception;
- readonly attribute ServerId server_id;
- readonly attribute ORBId orb_id;
- readonly attribute AdapterName adapter_name;
- readonly attribute ObjectId object_id;
- readonly attribute CORBA::OctetSeq adapter_id;
- readonly attribute CORBA::RepositoryId target_most_derived_interface;
- CORBA::Policy get_server_policy (in CORBA::PolicyType type);
- void set_slot (in SlotId id, in any data) raises (InvalidSlot);
- boolean target_is_a (in CORBA::RepositoryId id);
- void add_reply_service_context (
- in IOP::ServiceContext service_context,
- in boolean replace);
- };
-};
-
-#endif /* _SERVER_REQUESTINFO_PIDL_ */