---------------------------------------------------------------------------
| 15 | } |
| 16 | //--------------------------------------------------------------------------- |
| 17 | void TSyslogMessage::Clear() |
| 18 | { |
| 19 | SourceAddr = ""; |
| 20 | PRI = -1; |
| 21 | Facility = ""; |
| 22 | Priority = ""; |
| 23 | DateStr = ""; |
| 24 | HostName = ""; |
| 25 | Tag = ""; |
| 26 | Msg = ""; |
| 27 | } |
| 28 | //--------------------------------------------------------------------------- |
| 29 | bool TSyslogMessage::FromStringSyslogd(char * p, int size, sockaddr_in * from_addr) |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected