Changeset 9739 in ntrip for trunk/BNC/src/bncsslconfig.h


Ignore:
Timestamp:
May 31, 2022, 2:42:18 PM (23 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncsslconfig.h

    r8252 r9739  
    1010  bncSslConfig();
    1111  ~bncSslConfig();
     12  static bncSslConfig instance();
    1213  static QString defaultPath();
    1314 private:
    1415};
    1516
     17#define BNC_SSL_CONFIG (bncSslConfig::instance())
     18
    1619#endif
Note: See TracChangeset for help on using the changeset viewer.