summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/IDL3/Homes
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/IDL3/Homes')
-rw-r--r--TAO/CIAO/tests/IDL3/Homes/Attributes/HomeAttributes.idl22
-rw-r--r--TAO/CIAO/tests/IDL3/Homes/Attributes/HomeAttributes.mpc2
-rw-r--r--TAO/CIAO/tests/IDL3/Homes/Basic/Basic.idl16
-rw-r--r--TAO/CIAO/tests/IDL3/Homes/Basic/Basic.mpc2
-rw-r--r--TAO/CIAO/tests/IDL3/Homes/Factory/Factory.idl14
-rw-r--r--TAO/CIAO/tests/IDL3/Homes/Factory/Factory.mpc2
-rw-r--r--TAO/CIAO/tests/IDL3/Homes/Finder/Finder.idl12
-rw-r--r--TAO/CIAO/tests/IDL3/Homes/Finder/Finder.mpc2
-rw-r--r--TAO/CIAO/tests/IDL3/Homes/Inheritance/Inheritance.idl14
-rw-r--r--TAO/CIAO/tests/IDL3/Homes/Inheritance/Inheritance.mpc2
10 files changed, 44 insertions, 44 deletions
diff --git a/TAO/CIAO/tests/IDL3/Homes/Attributes/HomeAttributes.idl b/TAO/CIAO/tests/IDL3/Homes/Attributes/HomeAttributes.idl
index 7dd338d871e..245a0eb449c 100644
--- a/TAO/CIAO/tests/IDL3/Homes/Attributes/HomeAttributes.idl
+++ b/TAO/CIAO/tests/IDL3/Homes/Attributes/HomeAttributes.idl
@@ -10,45 +10,45 @@
module HomeAttributes
{
- interface foo_interface
+ interface foo_interface
{
};
-
- component Foo supports foo_interface
+
+ component Foo supports foo_interface
{
};
-
+
home FooHome manages Foo
{
attribute float test;
attribute long testA, testB;
};
-
+
exception FooException
{
};
-
+
exception BarException
{
};
-
+
home ROFooHome manages Foo
{
readonly attribute float test1;
readonly attribute long testB, testC;
};
-
+
home FooRaisesHome manages Foo
{
attribute float test2 getraises (FooException);
attribute float test3 setraises (BarException);
- attribute float test4
+ attribute float test4
getraises (FooException) setraises (BarException);
};
-
+
home ROFooRaisesHome manages Foo
{
readonly attribute float test5 raises (FooException);
};
-
+
};
diff --git a/TAO/CIAO/tests/IDL3/Homes/Attributes/HomeAttributes.mpc b/TAO/CIAO/tests/IDL3/Homes/Attributes/HomeAttributes.mpc
index 413748705d0..4105b180342 100644
--- a/TAO/CIAO/tests/IDL3/Homes/Attributes/HomeAttributes.mpc
+++ b/TAO/CIAO/tests/IDL3/Homes/Attributes/HomeAttributes.mpc
@@ -2,7 +2,7 @@
// This file is generated with "generate_component_mpc.pl -n HomeAttributes"
project(HomeAttributes_stub): ciao_client_dnc {
-
+
sharedname = HomeAttributes_stub
idlflags += -Wb,stub_export_macro=HOMEATTRIBUTES_STUB_Export -Wb,stub_export_include=HomeAttributes_stub_export.h -Wb,skel_export_macro=HOMEATTRIBUTES_SVNT_Export -Wb,skel_export_include=HomeAttributes_svnt_export.h
dynamicflags = HOMEATTRIBUTES_STUB_BUILD_DLL
diff --git a/TAO/CIAO/tests/IDL3/Homes/Basic/Basic.idl b/TAO/CIAO/tests/IDL3/Homes/Basic/Basic.idl
index 3d9f4c5162e..47705a7bdb2 100644
--- a/TAO/CIAO/tests/IDL3/Homes/Basic/Basic.idl
+++ b/TAO/CIAO/tests/IDL3/Homes/Basic/Basic.idl
@@ -10,22 +10,22 @@
module BasicHomes
{
-
+
interface foo_interface {};
-
+
component Foo supports foo_interface {};
-
+
home FooHome manages Foo
{
};
-
-
+
+
interface bar_interface {};
-
+
component Bar supports bar_interface {};
-
+
home BarHome supports foo_interface manages Bar
{
};
-
+
};
diff --git a/TAO/CIAO/tests/IDL3/Homes/Basic/Basic.mpc b/TAO/CIAO/tests/IDL3/Homes/Basic/Basic.mpc
index f364c13c293..c79cf8c919b 100644
--- a/TAO/CIAO/tests/IDL3/Homes/Basic/Basic.mpc
+++ b/TAO/CIAO/tests/IDL3/Homes/Basic/Basic.mpc
@@ -2,7 +2,7 @@
// This file is generated with "generate_component_mpc.pl -n Basic"
project(IDL3_Basic_stub): ciao_client_dnc {
-
+
sharedname = Homes_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/Homes/Factory/Factory.idl b/TAO/CIAO/tests/IDL3/Homes/Factory/Factory.idl
index c9520b11c0a..64646d93515 100644
--- a/TAO/CIAO/tests/IDL3/Homes/Factory/Factory.idl
+++ b/TAO/CIAO/tests/IDL3/Homes/Factory/Factory.idl
@@ -13,23 +13,23 @@ module FactoryHomes
exception foo_exception
{
};
-
- interface foo_interface
+
+ interface foo_interface
{
};
-
- component Foo supports foo_interface
+
+ component Foo supports foo_interface
{
};
-
+
home FooHome manages Foo
{
factory FooFactory (in string foo, in short bar) raises (foo_exception);
};
-
+
eventtype food
{
};
-
+
};
diff --git a/TAO/CIAO/tests/IDL3/Homes/Factory/Factory.mpc b/TAO/CIAO/tests/IDL3/Homes/Factory/Factory.mpc
index 7ff6c2a75bc..c861d0df611 100644
--- a/TAO/CIAO/tests/IDL3/Homes/Factory/Factory.mpc
+++ b/TAO/CIAO/tests/IDL3/Homes/Factory/Factory.mpc
@@ -2,7 +2,7 @@
// This file is generated with "generate_component_mpc.pl -n Factory"
project(Factory_stub): ciao_client_dnc {
-
+
sharedname = Factory_stub
idlflags += -Wb,stub_export_macro=FACTORY_STUB_Export -Wb,stub_export_include=Factory_stub_export.h -Wb,skel_export_macro=FACTORY_SVNT_Export -Wb,skel_export_include=Factory_svnt_export.h
dynamicflags = FACTORY_STUB_BUILD_DLL
diff --git a/TAO/CIAO/tests/IDL3/Homes/Finder/Finder.idl b/TAO/CIAO/tests/IDL3/Homes/Finder/Finder.idl
index 5057b162fc3..ce5abc74804 100644
--- a/TAO/CIAO/tests/IDL3/Homes/Finder/Finder.idl
+++ b/TAO/CIAO/tests/IDL3/Homes/Finder/Finder.idl
@@ -13,18 +13,18 @@ module FactoryHomes
exception foo_exception
{
};
-
- interface foo_interface
+
+ interface foo_interface
{
};
-
- component Foo supports foo_interface
+
+ component Foo supports foo_interface
{
};
-
+
home FooHome manages Foo
{
factory FooFinder (in string foo, in short bar) raises (foo_exception);
};
-
+
};
diff --git a/TAO/CIAO/tests/IDL3/Homes/Finder/Finder.mpc b/TAO/CIAO/tests/IDL3/Homes/Finder/Finder.mpc
index 0409af4d8ad..9881aad88f1 100644
--- a/TAO/CIAO/tests/IDL3/Homes/Finder/Finder.mpc
+++ b/TAO/CIAO/tests/IDL3/Homes/Finder/Finder.mpc
@@ -2,7 +2,7 @@
// This file is generated with "generate_component_mpc.pl -n Finder"
project(Finder_stub): ciao_client_dnc {
-
+
sharedname = Finder_stub
idlflags += -Wb,stub_export_macro=FINDER_STUB_Export -Wb,stub_export_include=Finder_stub_export.h -Wb,skel_export_macro=FINDER_SVNT_Export -Wb,skel_export_include=Finder_svnt_export.h
dynamicflags = FINDER_STUB_BUILD_DLL
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