source: ntrip/trunk/BNC/src/bncsslconfig.h@ 9889

Last change on this file since 9889 was 9739, checked in by stuerze, 23 months ago

minor changes

File size: 347 bytes
Line 
1#ifndef BNCSSLCONFIG_H
2#define BNCSSLCONFIG_H
3
4#include <QSslConfiguration>
5
6// Singleton Class
7// ---------------
8class bncSslConfig : public QSslConfiguration {
9 public:
10 bncSslConfig();
11 ~bncSslConfig();
12 static bncSslConfig instance();
13 static QString defaultPath();
14 private:
15};
16
17#define BNC_SSL_CONFIG (bncSslConfig::instance())
18
19#endif
Note: See TracBrowser for help on using the repository browser.