source:
ntrip/trunk/BNC/bncsslconfig.h@
3933
Last change on this file since 3933 was 3360, checked in by , 13 years ago | |
---|---|
File size: 254 bytes |
Rev | Line | |
---|---|---|
[3347] | 1 | #ifndef BNCSSLCONFIG_H |
2 | #define BNCSSLCONFIG_H | |
3 | ||
4 | #include <QtNetwork> | |
5 | ||
[3348] | 6 | // Singleton Class |
7 | // --------------- | |
[3347] | 8 | class bncSslConfig : public QSslConfiguration { |
9 | public: | |
[3360] | 10 | bncSslConfig(); |
11 | ~bncSslConfig(); | |
[3357] | 12 | static QString defaultPath(); |
[3348] | 13 | private: |
[3347] | 14 | }; |
15 | ||
16 | #endif |
Note:
See TracBrowser
for help on using the repository browser.