Changeset 40744 in vbox
- Timestamp:
- Apr 2, 2012 1:02:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp
r40688 r40744 258 258 uint32_t Guest::callbackGetHostPID(uint32_t uContextID) 259 259 { 260 AssertReturn(uContextID, VERR_INVALID_PARAMETER);260 AssertReturn(uContextID, 0); 261 261 262 262 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); … … 1126 1126 uint32_t Guest::processGetGuestPID(uint32_t uHostPID) 1127 1127 { 1128 AssertReturn(uHostPID, VERR_INVALID_PARAMETER);1128 AssertReturn(uHostPID, 0); 1129 1129 1130 1130 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
Note:
See TracChangeset
for help on using the changeset viewer.