Set message update class
| 211 | NetworkMessageClass GetClass() const {return _cls;} |
| 212 | // Set message update class |
| 213 | void SetClass(NetworkMessageClass cls) {_cls = cls;} |
| 214 | // Return if initial (guaranteed) update is performed |
| 215 | bool GetInitialUpdate() const {return _initialUpdate;} |
| 216 | // Set if initial (guaranteed) update is performed |
no outgoing calls
no test coverage detected