| Index: remoting/ios/domain/host_info.h
|
| diff --git a/remoting/ios/domain/host_info.h b/remoting/ios/domain/host_info.h
|
| index 6b6ca8f76050ce3ca28714652505c14f57e7d04c..e0eafa7c99207f47f124334fbb5e4bc43d44bfc6 100644
|
| --- a/remoting/ios/domain/host_info.h
|
| +++ b/remoting/ios/domain/host_info.h
|
| @@ -14,6 +14,8 @@
|
| @property(nonatomic, copy) NSString* createdTime;
|
| @property(nonatomic, copy) NSString* hostId;
|
| @property(nonatomic, copy) NSString* hostName;
|
| +@property(nonatomic, copy) NSString* hostOs;
|
| +@property(nonatomic, copy) NSString* hostOsVersion;
|
| @property(nonatomic, copy) NSString* hostVersion;
|
| @property(nonatomic, copy) NSString* jabberId;
|
| @property(nonatomic, copy) NSString* kind;
|
|
|