----------------------------------------------------------------------------- Purpose: Destructor -----------------------------------------------------------------------------
| 560 | // Purpose: Destructor |
| 561 | //----------------------------------------------------------------------------- |
| 562 | CMainApplication::~CMainApplication() |
| 563 | { |
| 564 | // work is done in Shutdown |
| 565 | dprintf( "Shutdown" ); |
| 566 | } |
| 567 | |
| 568 | //----------------------------------------------------------------------------- |
| 569 | // Purpose: Helper to get a string from a tracked device property and turn it |