Mercurial > hg > audiodb
changeset 22:a450c8545f41
Put a default (good enough for current use in .gold.ac.uk) service
location in the web services header. Port number (20703) is the low 16
bits of #36rAUDIODB (if that's not mnemonic, nothing is!)
author | mas01cr |
---|---|
date | Thu, 16 Aug 2007 09:49:35 +0000 |
parents | 95f1f4a42257 |
children | eb6ae4d6a9bd |
files | audioDBws.h |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/audioDBws.h Thu Aug 16 08:51:00 2007 +0000 +++ b/audioDBws.h Thu Aug 16 09:49:35 2007 +0000 @@ -1,7 +1,11 @@ // audioDBws.h -- web services interface to audioDB // +//FIXME: this hard-coding of the service location might be right for +//its internal use at Goldsmiths (for now) but really isn't in +//general. Find a way to bind this later (at install time? Or maybe +//just require that the installer edit the resulting wsdl file?) // -// +//gsoap adb service location: http://gibbons.doc.gold.ac.uk:20703/ typedef int xsd__int; typedef double xsd__double;