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/RTCRestStringMapBase.cpp

    r73956 r73965  
    256256*********************************************************************************************************************************/
    257257
    258 int RTCRestStringMapBase::copyMapWorker(RTCRestStringMapBase const &a_rThat, bool fThrow)
     258int RTCRestStringMapBase::copyMapWorker(RTCRestStringMapBase const &a_rThat, bool a_fThrow)
    259259{
    260260    Assert(this != &a_rThat);
     
    267267        if (RT_SUCCESS(rc))
    268268        { /* likely */ }
    269         else if (fThrow)
     269        else if (a_fThrow)
    270270            throw std::bad_alloc();
    271271        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