summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/CIDL
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/CIDL')
-rw-r--r--TAO/CIAO/tests/CIDL/CodeGen/Basic.idl6
-rw-r--r--TAO/CIAO/tests/CIDL/CodeGen/CodeGen.idl18
-rw-r--r--TAO/CIAO/tests/CIDL/CodeGen/README2
3 files changed, 13 insertions, 13 deletions
diff --git a/TAO/CIAO/tests/CIDL/CodeGen/Basic.idl b/TAO/CIAO/tests/CIDL/CodeGen/Basic.idl
index 2d8ab209e5a..8b45f9e9c75 100644
--- a/TAO/CIAO/tests/CIDL/CodeGen/Basic.idl
+++ b/TAO/CIAO/tests/CIDL/CodeGen/Basic.idl
@@ -27,7 +27,7 @@ module Extra
long superfluous_op (in string empty_arg)
raises (NoReason);
};
-
+
interface Supernumerary
{
void supernumerary_op (out string dummy_arg)
@@ -39,11 +39,11 @@ module Extra
module Basic
{
- interface ReadData : Extra::Superfluous
+ interface ReadData : Extra::Superfluous
{
string get_data ();
};
-
+
interface AnalyzeData
{
void perform_analysis (inout string data);
diff --git a/TAO/CIAO/tests/CIDL/CodeGen/CodeGen.idl b/TAO/CIAO/tests/CIDL/CodeGen/CodeGen.idl
index e14f5fde42e..0c22cce2c50 100644
--- a/TAO/CIAO/tests/CIDL/CodeGen/CodeGen.idl
+++ b/TAO/CIAO/tests/CIDL/CodeGen/CodeGen.idl
@@ -8,7 +8,7 @@ module Basic
provides ReadData data_read;
attribute boolean is_not_necessary;
};
-
+
component CodeGen : Base
{
provides ReadData data_out;
@@ -16,30 +16,30 @@ module Basic
publishes DataAvailable out_avail;
consumes DataAvailable in_avail;
provides AnalyzeData data_crunch;
-
+
readonly attribute boolean is_necessary;
};
-
+
home BaseHome supports Extra::Supernumerary manages Base
{
void base_do_nothing ();
-
+
factory create_no_base (in long fake_id)
raises (Extra::NoRhyme);
-
+
finder find_no_base ();
-
+
readonly attribute boolean is_useful;
};
home CodeGenHome : BaseHome manages CodeGen
{
factory create_no_derived ();
-
+
finder find_no_derived ();
-
+
attribute boolean is_not_useful;
-
+
string do_nothing ();
};
};
diff --git a/TAO/CIAO/tests/CIDL/CodeGen/README b/TAO/CIAO/tests/CIDL/CodeGen/README
index da6e8f6ee90..770843887af 100644
--- a/TAO/CIAO/tests/CIDL/CodeGen/README
+++ b/TAO/CIAO/tests/CIDL/CodeGen/README
@@ -37,4 +37,4 @@ ACE_ROOT/TAO/TAO_IDL) and gperf (ACE_ROOT/apps/gperf/src).
Enjoy!
-Jeff \ No newline at end of file
+Jeff