summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-server.h
diff options
context:
space:
mode:
authorGravatar m0gg2006-11-30 14:23:58 +0000
committerGravatar m0gg2006-11-30 14:23:58 +0000
commitdf58dad240fe368c261263e248d3520d3e0be1a3 (patch)
tree3fe4e4f6c318aee4bce1b72e0827a8f3300f3b7b /libcsoap/soap-server.h
parentcbd1f84a6125931a2f64279aa5da5121a66e3cf1 (diff)
downloadcsoap-df58dad240fe368c261263e248d3520d3e0be1a3.tar.gz
csoap-df58dad240fe368c261263e248d3520d3e0be1a3.tar.bz2
Code cleanup
Diffstat (limited to 'libcsoap/soap-server.h')
-rw-r--r--libcsoap/soap-server.h17
1 files changed, 12 insertions, 5 deletions
diff --git a/libcsoap/soap-server.h b/libcsoap/soap-server.h
index afb3a3a..3a9ac32 100644
--- a/libcsoap/soap-server.h
+++ b/libcsoap/soap-server.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: soap-server.h,v 1.14 2006/11/29 11:04:25 m0gg Exp $
+ * $Id: soap-server.h,v 1.15 2006/11/30 14:23:59 m0gg Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -37,15 +37,22 @@
* @section seq_features Features
*
* - different transport services
- * -- client/server HTTP transport service (with SSL)
- * -- client/server UDP transport service (multicast)
+ * -# client/server HTTP transport service (including SSL)
+ * -# client/server UDP transport service (multicast)
* - attachments via MIME
* - message based security (encryption/signation)
* - automatic generation of WS-Inspection
*
- * @author Ferhat Ayaz
- * @version $Revision: 1.14 $
+ * @author Ferhat Ayaz,
+ * Michael Rans,
+ * Matt Campbell,
+ * Heiko Ronsdorf
*
+ * @version $Revision: 1.15 $
+ *
+ * @see http://www.libxml.org/,
+ * http://www.openssl.org/,
+ * http://www.aleksey.com/xmlsec/
*/
#ifdef __cplusplus