source:
ntrip/trunk/BNC/src/bncsslconfig.h@
10501
Last change on this file since 10501 was 9739, checked in by , 2 years ago | |
---|---|
File size: 347 bytes |
Rev | Line | |
---|---|---|
[3347] | 1 | #ifndef BNCSSLCONFIG_H |
2 | #define BNCSSLCONFIG_H | |
3 | ||
[8252] | 4 | #include <QSslConfiguration> |
[3347] | 5 | |
[3348] | 6 | // Singleton Class |
7 | // --------------- | |
[3347] | 8 | class 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.