summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/IDL3/Events/Regular/Regular.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/IDL3/Events/Regular/Regular.idl')
-rw-r--r--TAO/CIAO/tests/IDL3/Events/Regular/Regular.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/CIAO/tests/IDL3/Events/Regular/Regular.idl b/TAO/CIAO/tests/IDL3/Events/Regular/Regular.idl
index f9169026e88..c244ea4af3e 100644
--- a/TAO/CIAO/tests/IDL3/Events/Regular/Regular.idl
+++ b/TAO/CIAO/tests/IDL3/Events/Regular/Regular.idl
@@ -13,21 +13,21 @@ module RegularEvents
eventtype foo
{
};
-
+
eventtype bar
{
};
-
+
eventtype InhFoo : foo
{
};
- /* @@
- * TAO_IDL cannot handle custom yet.
+ /* @@
+ * TAO_IDL cannot handle custom yet.
custom eventtype custom_foo
{
};
-
+
custom eventtype custom_InhFoo : foo
{
};
@@ -39,6 +39,6 @@ module RegularEvents
void test_op_a (in long foo, out float bar);
InhFoo test_op_b ();
};
-
-
+
+
};