VirtualBox

Changeset 74128 in vbox for trunk


Ignore:
Timestamp:
Sep 6, 2018 8:11:46 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/rest: Mostly done with the initial RTCRestBinaryString hacks. Ideally I'd like to have separate classes for upload and download, but that requires some more codegen hacking. That could have lent itself to a better response (download) design too. Anyway, current code will have to do for now. bugref:9167

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/restbinarystring.h

    r74126 r74128  
    167167     * will drop any previously registered consumer callback and its user data.
    168168     *
    169      * @param   a_cbMax Maximum number of bytes to download to memory.
    170      *                  If 0, a default is selected (currently 32MiB for
    171      *                  32-bit hosts and 128MiB for 64-bit).
     169     * @param   a_cbMaxDownload Maximum number of bytes to download to memory.
     170     *                          If 0, a default is selected (currently 32MiB for
     171     *                          32-bit hosts and 128MiB for 64-bit).
    172172     */
    173173    void setMaxDownloadSize(size_t a_cbMaxDownload);
     
    272272};
    273273
     274/** @} */
     275
    274276#endif
    275277
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette