Changeset 77113 in vbox
- Timestamp:
- Feb 1, 2019 12:51:27 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128570
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp
r76958 r77113 65 65 * 66 66 * @returns VBox status code. 67 *68 * @todo69 *70 * @todo r=bird: This code mostly returned VINF_SUCCESS with the comment71 * "Never return any errors back to the guest here." attached to the72 * return locations. However, there is no explaination for this attitude73 * thowards error handling. Further, it creates a slight problem since74 * the service would route all message calls it didn't recognize here,75 * thereby making any undefined messages confusingly return VINF_SUCCESS.76 *77 * In my humble opinion, if the guest gives us incorrect input it should78 * expect and deal with error statuses. If there is unimplemented79 * features I expect there to have been sufficient forethought by the80 * coder that these return sensible status codes.81 *82 * It would be much appreciated if the esteemed card house builder could83 * please step in and explain this confusing state of affairs.84 67 */ 85 68 /* static */
Note:
See TracChangeset
for help on using the changeset viewer.