VirtualBox

Changeset 95120 in vbox for trunk


Ignore:
Timestamp:
May 25, 2022 9:00:40 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151601
Message:

Main/svcmain: Missing throw() on Unlock (noexcept/c++17).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/win/svcmain.cpp

    r93115 r95120  
    5757{
    5858public:
    59     LONG Unlock();
     59    LONG Unlock() throw();
    6060    DWORD dwThreadID;
    6161    HANDLE hEventShutdown;
     
    104104}
    105105
    106 LONG CExeModule::Unlock()
     106LONG CExeModule::Unlock() throw()
    107107{
    108108    LONG cLocks = ATL::CComModule::Unlock();
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