summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/IDL3/Homes/Factory/Factory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/IDL3/Homes/Factory/Factory.idl')
-rw-r--r--TAO/CIAO/tests/IDL3/Homes/Factory/Factory.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/CIAO/tests/IDL3/Homes/Factory/Factory.idl b/TAO/CIAO/tests/IDL3/Homes/Factory/Factory.idl
index c9520b11c0a..64646d93515 100644
--- a/TAO/CIAO/tests/IDL3/Homes/Factory/Factory.idl
+++ b/TAO/CIAO/tests/IDL3/Homes/Factory/Factory.idl
@@ -13,23 +13,23 @@ 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 FooFactory (in string foo, in short bar) raises (foo_exception);
};
-
+
eventtype food
{
};
-
+
};