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