Changeset 78764 in vbox
- Timestamp:
- May 26, 2019 4:43:09 AM (6 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImplTasks.h
r78666 r78764 168 168 } 169 169 170 int RunAsync(const Utf8Str &strDesc, ComObjPtr<Progress> &pProgress);170 // unused: int RunAsync(const Utf8Str &strDesc, ComObjPtr<Progress> &pProgress); 171 171 172 172 virtual HRESULT Init(const Utf8Str &strTaskDesc) -
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.