- Timestamp:
- Mar 30, 2008, 6:57:18 PM (17 years ago)
- Location:
- trunk/BNS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.cpp
r760 r762 37 37 //////////////////////////////////////////////////////////////////////////// 38 38 t_bns::~t_bns() { 39 _bnseph->terminate(); 40 _bnseph->wait(); 39 41 delete _bnseph; 40 42 } -
trunk/BNS/bnswindow.cpp
r760 r762 285 285 _actStart->setEnabled(true); 286 286 _actStop->setEnabled(false); 287 _bns->terminate(); 288 _bns->wait(); 287 289 delete _bns; 288 290 _bns = 0;
Note:
See TracChangeset
for help on using the changeset viewer.