Wrap clock tick property

This commit is contained in:
Sergey Abramchuk
2017-04-26 12:54:21 +03:00
parent 58cbfbc460
commit 102e617ad9
2 changed files with 18 additions and 0 deletions
+8
View File
@@ -359,4 +359,12 @@ using namespace openvpn;
_config.info = info;
}
- (NSUInteger)clockTick {
return _config.clockTickMS;
}
- (void)setClockTick:(NSUInteger)clockTick {
_config.clockTickMS = clockTick;
}
@end