Changeset 74096 in vbox for trunk/include/iprt/cpp
- Timestamp:
- Sep 5, 2018 9:12:37 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124861
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restbase.h
r74093 r74096 792 792 * setUploadData is called with NULL parameters). 793 793 */ 794 int setUploadData(void const * m_pvData, size_t a_cbData, bool a_fCopy);794 int setUploadData(void const *a_pvData, size_t a_cbData, bool a_fCopy); 795 795 796 796 /** @name Data callbacks.
Note:
See TracChangeset
for help on using the changeset viewer.