~vcs-imports/simias/trunk

« back to all changes in this revision

Viewing changes to simias/tools/gsoap/gsoap-linux-2.7/samples/components/cpp/quote.h

  • Committer: kalidasbala
  • Date: 2007-08-25 12:48:51 UTC
  • Revision ID: vcs-imports@canonical.com-20070825124851-vlfvzun3732ld196
Latest gsoap code update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
namespace quote {
 
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-delayed-quotes
 
8
 
 
9
//gsoap ns service method-action: getQuote ""
 
10
int ns__getQuote(char *symbol, float &Result);
 
11
 
 
12
}