Changeset 1177 in ntrip


Ignore:
Timestamp:
Oct 27, 2008, 5:25:11 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.cpp

    r1176 r1177  
    387387
    388388    if (!existFlg) {
     389      emit deleteGetThread(thread);
    389390      disconnect(thread, 0, 0, 0);
    390391      _staIDs.removeAll(thread->staID());
  • trunk/BNC/bnccaster.h

    r1173 r1177  
    4949 signals:
    5050   void newGetThread(bncGetThread* thread);
     51   void deleteGetThread(bncGetThread* thread);
    5152   void getThreadErrors();   
    5253   void newMessage(QByteArray msg);
  • trunk/BNC/bncwindow.cpp

    r1175 r1177  
    686686           this, SLOT(slotNewGetThread(bncGetThread*)));
    687687
     688  connect (_caster, SIGNAL(deleteGetThread(bncGetThread*)),
     689           this, SLOT(slotDeleteGetThread(bncGetThread*)));
     690
    688691  _caster->slotReadMountpoints();
    689692
     
    803806    }
    804807  }
     808}
     809
     810//
     811////////////////////////////////////////////////////////////////////////////
     812void bncWindow::slotDeleteGetThread(bncGetThread* thread) {
    805813}
    806814
  • trunk/BNC/bncwindow.h

    r1173 r1177  
    5959  public slots: 
    6060    void slotNewGetThread(bncGetThread* thread);
     61    void slotDeleteGetThread(bncGetThread* thread);
    6162
    6263  private slots:
Note: See TracChangeset for help on using the changeset viewer.