summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/IDL3
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/IDL3')
-rw-r--r--TAO/CIAO/tests/IDL3/Events/Abstract/Abstract.idl4
-rw-r--r--TAO/CIAO/tests/IDL3/Homes/Basic/Basic.mpc4
-rw-r--r--TAO/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl2
3 files changed, 5 insertions, 5 deletions
diff --git a/TAO/CIAO/tests/IDL3/Events/Abstract/Abstract.idl b/TAO/CIAO/tests/IDL3/Events/Abstract/Abstract.idl
index 15eb50971b3..cbd81d4d8b6 100644
--- a/TAO/CIAO/tests/IDL3/Events/Abstract/Abstract.idl
+++ b/TAO/CIAO/tests/IDL3/Events/Abstract/Abstract.idl
@@ -27,7 +27,7 @@ module AbstractEvents
};
// test event multiple inheretance
-
+ /*
eventtype concrete_foo
{
};
@@ -35,4 +35,6 @@ module AbstractEvents
eventtype concrete_foobar : concrete_foo, foo_event
{
};
+ */
+
};
diff --git a/TAO/CIAO/tests/IDL3/Homes/Basic/Basic.mpc b/TAO/CIAO/tests/IDL3/Homes/Basic/Basic.mpc
index 282bcf5ba40..10f6bb1a984 100644
--- a/TAO/CIAO/tests/IDL3/Homes/Basic/Basic.mpc
+++ b/TAO/CIAO/tests/IDL3/Homes/Basic/Basic.mpc
@@ -1,9 +1,9 @@
// $Id$
// This file is generated with "generate_component_mpc.pl -n Basic"
-project(IDL3_Basic_stub): ciao_client {
+project(Basic_stub): ciao_client {
- sharedname = Homes_Basic_stub
+ sharedname = Basic_stub
idlflags += -Wb,stub_export_macro=BASIC_STUB_Export -Wb,stub_export_include=Basic_stub_export.h -Wb,skel_export_macro=BASIC_SVNT_Export -Wb,skel_export_include=Basic_svnt_export.h
dynamicflags = BASIC_STUB_BUILD_DLL
diff --git a/TAO/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl b/TAO/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl
index 7af66e50e8c..52600efbda6 100644
--- a/TAO/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl
+++ b/TAO/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl
@@ -18,11 +18,9 @@ module EquivReceptacles
uses multiple foo_interface foo_recep;
};
- /**
interface bar
{
Foo::foo_recepConnections get_seq ();
Foo::foo_recepConnection get_struct ();
};
- */
};