Changeset 59087 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Dec 11, 2015 11:04:51 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104649
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ThreadTask.cpp
r58519 r59087 43 43 delete this; 44 44 } 45 catch(std::exception& e)45 catch(std::exception& ) 46 46 { 47 47 rc = E_FAIL; … … 74 74 catch(HRESULT eRC) 75 75 { 76 rc = E_FAIL;76 rc = eRC; 77 77 } 78 catch(std::exception& e)78 catch(std::exception& ) 79 79 { 80 80 rc = E_FAIL;
Note:
See TracChangeset
for help on using the changeset viewer.