| 25 | CCriticalSection cs_mapAlerts; |
| 26 | |
| 27 | void CUnsignedAlert::SetNull() { |
| 28 | nVersion = 1; |
| 29 | nRelayUntil = 0; |
| 30 | nExpiration = 0; |
| 31 | nID = 0; |
| 32 | nCancel = 0; |
| 33 | setCancel.clear(); |
| 34 | nMinVer = 0; |
| 35 | nMaxVer = 0; |
| 36 | setSubVer.clear(); |
| 37 | nPriority = 0; |
| 38 | |
| 39 | strComment.clear(); |
| 40 | strStatusBar.clear(); |
| 41 | strReserved.clear(); |
| 42 | } |
| 43 | |
| 44 | string CUnsignedAlert::ToString() const { |
| 45 | string strSetCancel; |