VirtualBox

Changeset 14717 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Nov 27, 2008 4:00:37 PM (16 years ago)
Author:
vboxsync
Message:

Hopefully fix burn: use FUNCTION instead of func.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/VirtualBoxBase.h

    r14715 r14717  
    452452#define ReturnComNotImplemented() \
    453453    do { \
    454         return setError (E_NOTIMPL, tr ("Method %s is not implemented"), __func__); \
     454        return setError (E_NOTIMPL, tr ("Method %s is not implemented"), __FUNCTION__); \
    455455    } while (0)
    456456
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