summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/clients/currency-converter-corba-client/src/main/resources/currency-converter.idl
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-16 06:56:33 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-16 06:56:33 +0000
commita71b61d9849faab265b9d0e6c1c1f92da6196528 (patch)
treee8e91760d16c7e0c149b3ba44a1bc5a3f348a212 /sandbox/travelsample/clients/currency-converter-corba-client/src/main/resources/currency-converter.idl
parent64909b408c2bbed841866a1a397c52c4c06f82c5 (diff)
Add ant scripts and adjust packages for RMI and CORBA interop
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815634 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/clients/currency-converter-corba-client/src/main/resources/currency-converter.idl12
1 files changed, 7 insertions, 5 deletions
diff --git a/sandbox/travelsample/clients/currency-converter-corba-client/src/main/resources/currency-converter.idl b/sandbox/travelsample/clients/currency-converter-corba-client/src/main/resources/currency-converter.idl
index 18c2ade028..1ff24291f5 100644
--- a/sandbox/travelsample/clients/currency-converter-corba-client/src/main/resources/currency-converter.idl
+++ b/sandbox/travelsample/clients/currency-converter-corba-client/src/main/resources/currency-converter.idl
@@ -17,11 +17,13 @@
* under the License.
*/
-module scatours {
- module currencyconverter {
- interface CurrencyConverter {
- double getExchangeRate(in string fromCurrencyCode, in string toCurrencyCode);
- double convert(in string fromCurrencyCode, in string toCurrencyCode, in double amount);
+module com {
+ module tuscanyscatours {
+ module currencyconverter {
+ interface CurrencyConverter {
+ double getExchangeRate(in string fromCurrencyCode, in string toCurrencyCode);
+ double convert(in string fromCurrencyCode, in string toCurrencyCode, in double amount);
+ };
};
};
};