summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/IDL3/Homes/Finder/Finder.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/IDL3/Homes/Finder/Finder.idl')
-rw-r--r--TAO/CIAO/tests/IDL3/Homes/Finder/Finder.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/CIAO/tests/IDL3/Homes/Finder/Finder.idl b/TAO/CIAO/tests/IDL3/Homes/Finder/Finder.idl
index 5057b162fc3..ce5abc74804 100644
--- a/TAO/CIAO/tests/IDL3/Homes/Finder/Finder.idl
+++ b/TAO/CIAO/tests/IDL3/Homes/Finder/Finder.idl
@@ -13,18 +13,18 @@ module FactoryHomes
exception foo_exception
{
};
-
- interface foo_interface
+
+ interface foo_interface
{
};
-
- component Foo supports foo_interface
+
+ component Foo supports foo_interface
{
};
-
+
home FooHome manages Foo
{
factory FooFinder (in string foo, in short bar) raises (foo_exception);
};
-
+
};