Changeset 78764 in vbox for trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
- Timestamp:
- May 26, 2019 4:43:09 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130851
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
r78666 r78764 113 113 } 114 114 115 #if 0 /* unsed */ 116 /** @note The task object is owned by the thread after this returns, regardless of the result. */ 115 117 int GuestSessionTask::RunAsync(const Utf8Str &strDesc, ComObjPtr<Progress> &pProgress) 116 118 { … … 124 126 return Global::vboxStatusCodeToCOM(hrc); 125 127 } 128 #endif 126 129 127 130 int GuestSessionTask::getGuestProperty(const ComObjPtr<Guest> &pGuest,
Note:
See TracChangeset
for help on using the changeset viewer.