From d2c445f5d7cf21606c9878bff3e4046c283944df Mon Sep 17 00:00:00 2001 From: snowdrop Date: Sun, 19 Sep 2004 07:05:01 +0000 Subject: Added http stream feature (only input stream yet) Added DIME "client" support (very experimental) --- libcsoap/soap-service.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libcsoap/soap-service.c') diff --git a/libcsoap/soap-service.c b/libcsoap/soap-service.c index 8f87fb5..e8ef81d 100644 --- a/libcsoap/soap-service.c +++ b/libcsoap/soap-service.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: soap-service.c,v 1.3 2004/08/26 17:06:18 rans Exp $ +* $Id: soap-service.c,v 1.4 2004/09/19 07:05:03 snowdrop Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -85,4 +85,5 @@ void soap_service_free(SoapService *service) free(service); log_verbose1("leave with success"); -} \ No newline at end of file +} + -- cgit v1.1-32-gdbae