| 70 | unsigned int Frame; |
| 71 | |
| 72 | SyncLogEvent() : Initialized(false), Caller(0), Frame(0) { } |
| 73 | |
| 74 | SyncLogEvent(unsigned int Caller, unsigned int Frame) |
| 75 | : Caller(Caller), Frame(Frame) |
nothing calls this directly
no outgoing calls
no test coverage detected