- Timestamp:
- Dec 15, 2015 4:33:46 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/src-all/ThreadTask.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ThreadTask.cpp
r59087 r59136 58 58 59 59 /** 60 * Static method that can get passed to RTThreadCreate to have a 60 * Static method that can get passed to RTThreadCreate to have a 61 61 * thread started for a Task. 62 62 */ … … 64 64 { 65 65 HRESULT rc = S_OK; 66 if (pvUser == NULL)66 if (pvUser == NULL) 67 67 return VERR_INVALID_POINTER; 68 68 … … 93 93 const Utf8Str &aText) 94 94 { 95 NOREF(aText); 95 96 return aResultCode; 96 97 }
Note:
See TracChangeset
for help on using the changeset viewer.

