- Timestamp:
- May 25, 2022 9:00:40 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151601
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/svcmain.cpp
r93115 r95120 57 57 { 58 58 public: 59 LONG Unlock() ;59 LONG Unlock() throw(); 60 60 DWORD dwThreadID; 61 61 HANDLE hEventShutdown; … … 104 104 } 105 105 106 LONG CExeModule::Unlock() 106 LONG CExeModule::Unlock() throw() 107 107 { 108 108 LONG cLocks = ATL::CComModule::Unlock();
Note:
See TracChangeset
for help on using the changeset viewer.