~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

Viewing changes to tools/gsoap/gsoap-linux-2.7/samples/components/cpp2/.svn/text-base/rate.h.svn-base

  • Committer: Jorge O. Castro
  • Date: 2007-12-03 06:56:46 UTC
  • Revision ID: jorge@ubuntu.com-20071203065646-mupcnjcwgm5mnhyt
* Remove a bunch of .svn directories we no longer need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
namespace rate {
2
 
 
3
 
//gsoap ns service name:        Service
4
 
//gsoap ns service style:       rpc
5
 
//gsoap ns service encoding:    encoded
6
 
//gsoap ns service location:    http://services.xmethods.net/soap
7
 
//gsoap ns service namespace:   urn:xmethods-CurrencyExchange
8
 
 
9
 
//gsoap ns service method-action: getRate ""
10
 
int ns__getRate(char *country1, char *country2, float &Result);
11
 
 
12
 
}