Mercurial > repos > ktnyt > gembassy
diff GEMBASSY-1.0.3/include/soapClientLib.c @ 0:8300eb051bea draft
Initial upload
author | ktnyt |
---|---|
date | Fri, 26 Jun 2015 05:19:29 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GEMBASSY-1.0.3/include/soapClientLib.c Fri Jun 26 05:19:29 2015 -0400 @@ -0,0 +1,20 @@ +/* soapClientLib.c + Generated by gSOAP 2.8.6 from gae.h + +Copyright(C) 2000-2011, Robert van Engelen, Genivia Inc. All Rights Reserved. +The generated code is released under one of the following licenses: +1) GPL or 2) Genivia's license for commercial use. +This program is released under the GPL with the additional exemption that +compiling, linking, and/or using OpenSSL is allowed. +*/ + +/** Use this file in your project build instead of the two files soapC.c and soapClient.c. This hides the serializer functions and avoids linking problems when linking multiple clients and servers. */ + +#ifndef WITH_NOGLOBAL +#define WITH_NOGLOBAL +#endif +#define SOAP_FMAC3 static +#include "soapC.c" +#include "soapClient.c" + +/* End of soapClientLib.c */