Changeset 87619 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Feb 5, 2021 3:39:42 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/rest/rest-primary-object-types.cpp
r85084 r87619 2267 2267 int RTCRestDataObject::deserializeFromJson(RTCRestJsonCursor const &a_rCursor) RT_NOEXCEPT 2268 2268 { 2269 if (RTJsonValueGetType(a_rCursor.m_hValue) == RTJSONVALTYPE_NULL) 2270 { 2271 setNull(); 2272 return VINF_SUCCESS; 2273 } 2274 2269 2275 /* 2270 2276 * Make sure the object starts out with default values.
Note:
See TracChangeset
for help on using the changeset viewer.