diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-07-02 00:12:31 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-07-02 00:12:31 +0000 |
commit | 6416edb225d863e31b86b3fd2700e91a4db48f0b (patch) | |
tree | 6c427f7c354b786600ef478c69efec3bc412b429 | |
parent | 66daeee82884fde7e371c43f901714c89cf5e233 (diff) | |
download | ATCD-6416edb225d863e31b86b3fd2700e91a4db48f0b.tar.gz |
ChangeLogTag: Mon Jul 1 19:09:43 2002 Jeff Parsons <parsons@cs.wustl.edu>
-rw-r--r-- | TAO/tao/PortableInterceptor.pidl | 4 | ||||
-rw-r--r-- | TAO/tests/Multiple/Multiple.idl | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/TAO/tests/Multiple/Multiple.idl b/TAO/tests/Multiple/Multiple.idl index 3d830c74e9e..e669d7f0345 100644 --- a/TAO/tests/Multiple/Multiple.idl +++ b/TAO/tests/Multiple/Multiple.idl @@ -28,7 +28,7 @@ */ -module Multiple +module _Multiple { interface Top |