Changeset 5068 in ntrip for trunk/BNC/src/bncnetqueryv2.cpp


Ignore:
Timestamp:
Mar 30, 2013, 11:39:46 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncnetqueryv2.cpp

    r5066 r5068  
    4242
    4343  if (_secure && !QSslSocket::supportsSsl()) {
    44     PGM_CORE->slotMessage("No SSL support, install OpenSSL run-time libraries", true);
     44    BNC_CORE->slotMessage("No SSL support, install OpenSSL run-time libraries", true);
    4545    stop();
    4646  }
     
    219219  }
    220220
    221   PGM_CORE->slotMessage(msg.toAscii(), true);
     221  BNC_CORE->slotMessage(msg.toAscii(), true);
    222222
    223223  if (_ignoreSslErrors) {
Note: See TracChangeset for help on using the changeset viewer.