From 7d850ebcc41b26d332084b707f76fe8181728fa3 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Sat, 4 Feb 2006 01:24:10 +0000 Subject: changed encoding to encodingStyle --- libcsoap/soap-env.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libcsoap/soap-env.c') diff --git a/libcsoap/soap-env.c b/libcsoap/soap-env.c index 8252961..9da120d 100644 --- a/libcsoap/soap-env.c +++ b/libcsoap/soap-env.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: soap-env.c,v 1.14 2006/01/27 20:23:39 mrcsys Exp $ +* $Id: soap-env.c,v 1.15 2006/02/04 01:24:10 snowdrop Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -49,7 +49,7 @@ Parameters: 5- method name(again) */ #define _SOAP_MSG_TEMPLATE_ \ - "" \ " "\ @@ -70,7 +70,7 @@ Parameters: 5- method name(again) */ #define _SOAP_MSG_TEMPLATE_EMPTY_TARGET_ \ - "" \ " "\ -- cgit v1.1-32-gdbae