Changeset 14717 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 27, 2008 4:00:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.