summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/IDL3/Homes/Inheritance
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/IDL3/Homes/Inheritance')
-rw-r--r--TAO/CIAO/tests/IDL3/Homes/Inheritance/Inheritance.idl14
-rw-r--r--TAO/CIAO/tests/IDL3/Homes/Inheritance/Inheritance.mpc2
2 files changed, 8 insertions, 8 deletions
diff --git a/TAO/CIAO/tests/IDL3/Homes/Inheritance/Inheritance.idl b/TAO/CIAO/tests/IDL3/Homes/Inheritance/Inheritance.idl
index e1bce50fc2f..dca1c828c20 100644
--- a/TAO/CIAO/tests/IDL3/Homes/Inheritance/Inheritance.idl
+++ b/TAO/CIAO/tests/IDL3/Homes/Inheritance/Inheritance.idl
@@ -2,7 +2,7 @@
/**
* @file Inheritance.idl
* @author Will Otte <wotte@dre.vanderbilt.edu>
- *
+ *
* Tests the compilation of Home inheritance.
*/
@@ -10,24 +10,24 @@
module HomeInheritance
{
- interface foo_interface
+ interface foo_interface
{
};
-
+
component Foo supports foo_interface
{
};
-
+
home FooHome manages Foo
{
};
-
+
component Bar
{
};
-
+
home BarHome : FooHome manages Bar
{
};
-
+
};
diff --git a/TAO/CIAO/tests/IDL3/Homes/Inheritance/Inheritance.mpc b/TAO/CIAO/tests/IDL3/Homes/Inheritance/Inheritance.mpc
index b8c27d5b42d..6faf9f0b6cc 100644
--- a/TAO/CIAO/tests/IDL3/Homes/Inheritance/Inheritance.mpc
+++ b/TAO/CIAO/tests/IDL3/Homes/Inheritance/Inheritance.mpc
@@ -2,7 +2,7 @@
// This file is generated with "generate_component_mpc.pl -n Inheritance"
project(Inheritance_stub): ciao_client_dnc {
-
+
sharedname = Inheritance_stub
idlflags += -Wb,stub_export_macro=INHERITANCE_STUB_Export -Wb,stub_export_include=Inheritance_stub_export.h -Wb,skel_export_macro=INHERITANCE_SVNT_Export -Wb,skel_export_include=Inheritance_svnt_export.h
dynamicflags = INHERITANCE_STUB_BUILD_DLL