summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/IDL3_to_IDL2/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/IDL3_to_IDL2/README')
-rw-r--r--TAO/CIAO/tools/IDL3_to_IDL2/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/CIAO/tools/IDL3_to_IDL2/README b/TAO/CIAO/tools/IDL3_to_IDL2/README
index 3f3672c2115..a64e6542a74 100644
--- a/TAO/CIAO/tools/IDL3_to_IDL2/README
+++ b/TAO/CIAO/tools/IDL3_to_IDL2/README
@@ -94,20 +94,20 @@ interface Bar : Components::CCMObject
Foo objref;
Components::Cookie ck;
};
-
+
typedef sequence<needs_fooConnection> needs_fooConnections;
-
+
Components::Cookie connect_needs_foo (in Foo connection)
raises (Components::ExceededConnectionLimit, Components::InvalidConnection);
-
+
Foo disconnect_needs_foo (in Components::Cookie ck)
raises (Components::InvalidConnection);
-
+
needs_fooConnections get_connections_needs_foo ();
-
+
Components::Cookie subscribe_ev_pub (in EvConsumer consumer)
raises (Components::ExceededConnectionLimit);
-
+
EvConsumer unsubscribe_ev_pub (in Components::Cookie ck)
raises (Components::InvalidConnection);
};
@@ -122,7 +122,7 @@ interface BarHomeImplicit : Components::KeylessCCMHome
raises (Components::CreateFailure);
};
-interface BarHome : BarHomeExplicit, BarHomeImplicit
+interface BarHome : BarHomeExplicit, BarHomeImplicit
{
};