VirtualBox

Changeset 74143 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 7, 2018 1:32:11 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/rest: Split up RTCRestBinaryString into a core RTCRestBinary type and two client side descenants for flexible handling of parameters and responses (still not tested). bugref:9167 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/rest/rest-binary.cpp

    r74142 r74143  
    233233
    234234/** Factory method. */
    235 static DECLCALLBACK(RTCRestObjectBase *) createInstance(void)
     235/*static*/ DECLCALLBACK(RTCRestObjectBase *) RTCRestBinary::createInstance(void)
    236236{
    237237    return new (std::nothrow) RTCRestBinary();
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