Changeset 98263 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Jan 24, 2023 1:52:49 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155463
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r98262 r98263 212 212 213 213 HRESULT hrc() const { return mRC; } 214 HRESULT rc() const { return mRC; }215 214 bool isOk() const { return SUCCEEDED(hrc()); } 216 215 … … 6255 6254 /* The VM may be no more operational when this message arrives 6256 6255 * (e.g. it may be Saving or Stopping or just PoweredOff). Use 6257 * AutoVMCaller to detect it -- AutoVMCaller:: rc() will return a6256 * AutoVMCaller to detect it -- AutoVMCaller::hrc() will return a 6258 6257 * failure in this case. */ 6259 6258
Note:
See TracChangeset
for help on using the changeset viewer.