summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/Test/IDL3/Compiler/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/Test/IDL3/Compiler/test.idl')
-rw-r--r--TAO/CIAO/CCF/Test/IDL3/Compiler/test.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/CIAO/CCF/Test/IDL3/Compiler/test.idl b/TAO/CIAO/CCF/Test/IDL3/Compiler/test.idl
index e85e86a610d..a7e1cfb1d5a 100644
--- a/TAO/CIAO/CCF/Test/IDL3/Compiler/test.idl
+++ b/TAO/CIAO/CCF/Test/IDL3/Compiler/test.idl
@@ -21,7 +21,7 @@ module ComponentTest
interface J
{
};
-
+
component A : B supports I, J
{
};
@@ -83,11 +83,11 @@ module HomeTest
interface J
{
};
-
+
component A
{
};
-
+
home AH manages A
{
};
@@ -103,14 +103,14 @@ module HomeTest
// HomeFactory
-//
+//
//
module HomeFactoryTest
{
component A
{
};
-
+
home AH manages A
{
factory new (in long size);
@@ -126,7 +126,7 @@ module ProvidesTest
interface I
{
};
-
+
component C
{
provides I i;
@@ -158,7 +158,7 @@ module UsesTest
interface I
{
};
-
+
component C
{
uses I i;