From c489665ace13d32f4959904b0215ed1021d0acf6 Mon Sep 17 00:00:00 2001 From: m0gg Date: Sun, 3 Dec 2006 17:30:57 +0000 Subject: Error codes moved --- libcsoap/soap-server.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libcsoap/soap-server.h') diff --git a/libcsoap/soap-server.h b/libcsoap/soap-server.h index 3a9ac32..e9ee9fa 100644 --- a/libcsoap/soap-server.h +++ b/libcsoap/soap-server.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-server.h,v 1.15 2006/11/30 14:23:59 m0gg Exp $ + * $Id: soap-server.h,v 1.16 2006/12/03 17:30:57 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -48,11 +48,11 @@ * Matt Campbell, * Heiko Ronsdorf * - * @version $Revision: 1.15 $ + * @version $Revision: 1.16 $ * - * @see http://www.libxml.org/, - * http://www.openssl.org/, - * http://www.aleksey.com/xmlsec/ + * @see http://www.libxml.org/ + * @see http://www.openssl.org/ + * @see http://www.aleksey.com/xmlsec/ */ #ifdef __cplusplus -- cgit v1.1-32-gdbae