source: ntrip/branches/BNC_LM/bncsslconfig.h@ 9276

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