VirtualBox

Ignore:
Timestamp:
Sep 2, 2018 1:43:59 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/rest: Implemented header collection (x-obmcs-header-collection) and multi-query array mapping. Renamed RTCRestObjectBase::getType() to typeName() to avoid clashing with generated code. bugref:9167

File:
1 edited

Legend:

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

    r74008 r74023  
    245245
    246246
     247RTCRestObjectBase::kTypeClass RTCRestArrayBase::typeClass(void) const
     248{
     249    return kTypeClass_Array;
     250}
     251
     252
     253const char *RTCRestArrayBase::typeName(void) const
     254{
     255    return "RTCRestArray<ElementType>";
     256}
     257
     258
    247259
    248260/*********************************************************************************************************************************
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