Changeset 74228 in vbox
- Timestamp:
- Sep 12, 2018 4:52:21 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/rest/rest-binary.cpp
r74149 r74228 264 264 rc = m_strContentType.assignNoThrow(a_rThat.m_strContentType); 265 265 m_cbContentLength = a_rThat.m_cbContentLength; 266 m_pfnProducer = a_rThat.m_pfnProducer; 267 m_pvCallbackData = a_rThat.m_pvCallbackData; 266 268 return VINF_SUCCESS; 267 269 }
Note:
See TracChangeset
for help on using the changeset viewer.