summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableInterceptor.pidl
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-02 00:12:31 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-02 00:12:31 +0000
commit6416edb225d863e31b86b3fd2700e91a4db48f0b (patch)
tree6c427f7c354b786600ef478c69efec3bc412b429 /TAO/tao/PortableInterceptor.pidl
parent66daeee82884fde7e371c43f901714c89cf5e233 (diff)
downloadATCD-6416edb225d863e31b86b3fd2700e91a4db48f0b.tar.gz
ChangeLogTag: Mon Jul 1 19:09:43 2002 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/PortableInterceptor.pidl')
-rw-r--r--TAO/tao/PortableInterceptor.pidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableInterceptor.pidl b/TAO/tao/PortableInterceptor.pidl
index bce3df7edbd..b23ae60f847 100644
--- a/TAO/tao/PortableInterceptor.pidl
+++ b/TAO/tao/PortableInterceptor.pidl
@@ -154,9 +154,9 @@ module PortableInterceptor {
local interface IORInfo {
// #pragma version IORInfo x.y
CORBA::Policy get_effective_policy (in CORBA::PolicyType type);
- void add_ior_component (in IOP::TaggedComponent component);
+ void add_ior_component (in IOP::TaggedComponent _component);
void add_ior_component_to_profile (
- in IOP::TaggedComponent component,
+ in IOP::TaggedComponent _component,
in IOP::ProfileId profile_id);
// new from orbos/01-01-04 ORT