Changeset 34654 in vbox
- Timestamp:
- Dec 2, 2010 7:59:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/err/errmsgxpcom.cpp
r28800 r34654 52 52 MY_ERR("NS_ERROR_ABORT", "Operation aborted", UINT32_C(0x80004004)), 53 53 MY_ERR("NS_ERROR_FAILURE", "Operation failed", UINT32_C(0x80004005)), 54 MY_ERR("NS_ERROR_CALL_FAILED", "Call to remote object failed", UINT32_C(0x800706be)), 54 55 MY_ERR("NS_ERROR_UNEXPECTED", "Unexpected error", UINT32_C(0x8000ffff)), 55 56
Note:
See TracChangeset
for help on using the changeset viewer.