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

Last change on this file since 9952 was 9739, checked in by stuerze, 2 years ago

minor changes

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