VirtualBox

Changeset 14717

Show
Ignore:
Timestamp:
11/27/08 17:00:37 (1 month ago)
Author:
vboxsync
Message:

Hopefully fix burn: use FUNCTION instead of func.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy