aboutsummaryrefslogtreecommitdiff
path: root/samples/oneliners/gmtserver.cpp
blob: 3cc36bf3566e8065e9fdf261f2c78ef019d46c94 (plain)
1
2
3
#include "soapH.h"
#include "t.nsmap"
int main() { return soap_serve(soap_new()); } int t__gmt(struct soap *soap, time_t &t) { t = time(0); return SOAP_OK; }