- Timestamp:
- 03/15/13 13:42:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/MessageImp.cc
r14544 r15080 108 108 int MessageImp::Write(const Time &time, const string &txt, int severity) 109 109 { 110 if (severity==kAlarm && txt.length()==0) 111 return 0; 112 110 113 static mutex mtx; 111 114 const lock_guard<mutex> guard(mtx);
Note:
See TracChangeset
for help on using the changeset viewer.