diff ui/sslconnection_curl.h @ 1255:2a1aa9df8f11

(issue133) Improve API documentation
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 25 Sep 2014 17:58:12 +0200
parents 6a3d284b9c16
children
line wrap: on
line diff
--- a/ui/sslconnection_curl.h	Thu Sep 25 17:37:03 2014 +0200
+++ b/ui/sslconnection_curl.h	Thu Sep 25 17:58:12 2014 +0200
@@ -22,6 +22,12 @@
 
 class QSaveFile;
 
+/** @brief SSLConnection implementation using LibCURL
+*
+* This class uses a modified version of the curl library to
+* speak the HTTP with the downloader server. Provides
+* Proxy support.
+*/
 class SSLConnectionCurl : public SSLConnection
 {
 public:

http://wald.intevation.org/projects/trustbridge/