~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

Viewing changes to tools/gsoap/gsoap-linux-2.7/mod_gsoap/mod_gsoap-0.6/apache_13/example/calculator/.svn/text-base/calculator.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
 
//gsoap ns service name:        calc
2
 
//gsoap ns service location:    http://localhost/calc
3
 
//gsoap ns service namespace:   calc
4
 
//gsoap ns schema namespace:    calc
5
 
//gsap ns service executable: gsoap
6
 
int ns__add(int a, int b, int *result);
7