Changeset 49359 in vbox
- Timestamp:
- Nov 1, 2013 10:19:06 AM (11 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
-
include/GuestCtrlImplPrivate.h (modified) (2 diffs)
-
src-client/GuestSessionImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
r49349 r49359 455 455 Clear(); 456 456 457 int rc ;457 int rc = VINF_SUCCESS; 458 458 if (payload.cbData) 459 459 { … … 469 469 rc = VERR_NO_MEMORY; 470 470 } 471 else472 rc = VINF_SUCCESS;473 471 474 472 return rc; -
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r49349 r49359 1132 1132 case GUEST_DISCONNECTED: 1133 1133 /** @todo Handle closing all guest objects. */ 1134 rc = VERR_INTERNAL_ERROR; 1134 1135 break; 1135 1136
Note:
See TracChangeset
for help on using the changeset viewer.

