Changeset 3346 in ntrip


Ignore:
Timestamp:
Aug 21, 2011, 11:56:19 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryv2.cpp

    r3338 r3346  
    190190// TSL/SSL
    191191////////////////////////////////////////////////////////////////////////////
    192 void bncNetQueryV2::slotSslErrors(QList<QSslError>) {
    193 
    194   ////  std::cout << "slotSslErrors" << std::endl;
     192void bncNetQueryV2::slotSslErrors(QList<QSslError> /* errors */) {
     193
     194   // std::cout << "slotSslErrors" << std::endl;
     195   // QListIterator<QSslError> it(errors);
     196   // while (it.hasNext()) {
     197   //   const QSslError& err = it.next();
     198   //   std::cout << err.errorString().toAscii().data() << std::endl;
     199   // }
     200
    195201  _reply->ignoreSslErrors();
    196202}
Note: See TracChangeset for help on using the changeset viewer.