diff options
author | m0gg | 2006-12-10 12:23:40 +0000 |
---|---|---|
committer | m0gg | 2006-12-10 12:23:40 +0000 |
commit | b1c49cd2e29db9e2f71e31018f58eec480fec709 (patch) | |
tree | e4c05209447818ad50337898a9fb6160a1f7a886 /libcsoap | |
parent | bee39b195b33d548dcfab8db599e2cfdb1aca599 (diff) | |
download | csoap-b1c49cd2e29db9e2f71e31018f58eec480fec709.tar.gz csoap-b1c49cd2e29db9e2f71e31018f58eec480fec709.tar.bz2 |
Documentation enhancements
Diffstat (limited to 'libcsoap')
-rw-r--r-- | libcsoap/soap-server.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libcsoap/soap-server.h b/libcsoap/soap-server.h index f61d749..e858db9 100644 --- a/libcsoap/soap-server.h +++ b/libcsoap/soap-server.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-server.h,v 1.18 2006/12/09 09:57:38 m0gg Exp $ + * $Id: soap-server.h,v 1.19 2006/12/10 12:23:45 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -37,10 +37,10 @@ * @section seq_features Features * * - different transport services - * - @ref nanoHTTP (HTTP including SSL) + * - @ref nanohttp_page (HTTP including SSL) * - client/server UDP transport service (multicast) * - attachments via MIME - * - message based security (encryption/signation) + * - message based security (XML encryption/signation) * - automatic generation of WS-Inspection * * @author Ferhat Ayaz @@ -58,7 +58,7 @@ /** @file * - * @version $Revision: 1.18 $ + * @version $Revision: 1.19 $ * */ |