Changeset 14717
- Timestamp:
- 11/27/08 17:00:37 (1 month ago)
- Files:
-
- trunk/src/VBox/Main/include/VirtualBoxBase.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Main/include/VirtualBoxBase.h
r14715 r14717 452 452 #define ReturnComNotImplemented() \ 453 453 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__); \ 455 455 } while (0) 456 456

