VirtualBox

Changeset 59087 in vbox for trunk/src/VBox/Main/src-all


Ignore:
Timestamp:
Dec 11, 2015 11:04:51 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104649
Message:

bugref:7179. auto_ptr was removed from the files VirtualBoxImpl.cpp and NetIf-win.cpp. The operations with network interface on Windows OS were affected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/ThreadTask.cpp

    r58519 r59087  
    4343        delete this;
    4444    }
    45     catch(std::exception& e)
     45    catch(std::exception& )
    4646    {
    4747        rc = E_FAIL;
     
    7474    catch(HRESULT eRC)
    7575    {
    76         rc = E_FAIL;
     76        rc = eRC;
    7777    }
    78     catch(std::exception& e)
     78    catch(std::exception& )
    7979    {
    8080        rc = E_FAIL;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette