Mercurial > trustbridge > trustbridge
comparison 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 |
comparison
equal
deleted
inserted
replaced
1254:6d840341bc25 | 1255:2a1aa9df8f11 |
---|---|
20 #include <QDateTime> | 20 #include <QDateTime> |
21 #include <QTemporaryFile> | 21 #include <QTemporaryFile> |
22 | 22 |
23 class QSaveFile; | 23 class QSaveFile; |
24 | 24 |
25 /** @brief SSLConnection implementation using LibCURL | |
26 * | |
27 * This class uses a modified version of the curl library to | |
28 * speak the HTTP with the downloader server. Provides | |
29 * Proxy support. | |
30 */ | |
25 class SSLConnectionCurl : public SSLConnection | 31 class SSLConnectionCurl : public SSLConnection |
26 { | 32 { |
27 public: | 33 public: |
28 SSLConnectionCurl(const QString& url, | 34 SSLConnectionCurl(const QString& url, |
29 const QByteArray& certificate = QByteArray()); | 35 const QByteArray& certificate = QByteArray()); |