Changeset b5ef837 in nscp for include/thread.h


Ignore:
Timestamp:
02/03/08 21:30:12 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
f6edbcd
Parents:
6b690bf
Message:

+ Added an internal log windows that displays log in realtime.

+ Fixed some issues with the dialog procs (should work smoother now, especially Termination)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/thread.h

    r99e4d8f rb5ef837  
    194194    } 
    195195    std::wcerr << _T("Failed to terminate thread: ") << threadid_ << _T("...") << std::endl; 
    196     assert(false); 
     196    //assert(false); 
    197197    return false; 
    198198  } 
Note: See TracChangeset for help on using the changeset viewer.