summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-12-13 12:46:43 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-12-13 12:46:43 +0000
commit8a3887c3103772e5b09b3ec221f7ca5adfc1fb32 (patch)
tree51282af6aa0610f7abb3ac069ac4cdf79a2494f8
parent5970d5401905b2c2b5188a10960a2ee0820a7164 (diff)
downloadATCD-8a3887c3103772e5b09b3ec221f7ca5adfc1fb32.tar.gz
Added second home
-rw-r--r--CIAO/tests/IDL3/Homes/Basic/Basic.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/CIAO/tests/IDL3/Homes/Basic/Basic.idl b/CIAO/tests/IDL3/Homes/Basic/Basic.idl
index 47705a7bdb2..6a48509cdc2 100644
--- a/CIAO/tests/IDL3/Homes/Basic/Basic.idl
+++ b/CIAO/tests/IDL3/Homes/Basic/Basic.idl
@@ -29,3 +29,7 @@ module BasicHomes
};
};
+
+home SecondFooHome manages BasicHomes::Foo
+{
+}; \ No newline at end of file