Changeset 2492 for trunk/MagicSoft/Mars/mmain/MStatusDisplay.cc
- Timestamp:
- 11/10/03 11:32:23 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MStatusDisplay.cc
r2491 r2492 894 894 // in the same thread 895 895 // 896 if ( mutex->TryLock()==13)896 if (fMutex->TryLock()==13) 897 897 return; 898 898 … … 927 927 //c->Paint(); 928 928 929 mutex->UnLock();929 fMutex->UnLock(); 930 930 } 931 931
Note:
See TracChangeset
for help on using the changeset viewer.