VirtualBox

Ignore:
Timestamp:
Aug 29, 2018 5:19:20 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/rest: Doxygen fixes. bugref:9167

File:
1 edited

Legend:

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

    r73960 r73965  
    278278
    279279
    280 int RTCRestArrayBase::copyArrayWorker(RTCRestArrayBase const &a_rThat, bool fThrow)
     280int RTCRestArrayBase::copyArrayWorker(RTCRestArrayBase const &a_rThat, bool a_fThrow)
    281281{
    282282    int rc;
     
    294294                if (RT_SUCCESS(rc))
    295295                { /* likely */ }
    296                 else if (fThrow)
     296                else if (a_fThrow)
    297297                    throw std::bad_alloc();
    298298                else
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