Changeset 85121 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jul 8, 2020 7:33:26 PM (4 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r84692 r85121 188 188 * unnecessary here. 189 189 */ 190 static void showProgressSignalHandler(int iSignal) 190 static void showProgressSignalHandler(int iSignal) RT_NOTHROW_DEF 191 191 { 192 192 NOREF(iSignal); -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r84570 r85121 377 377 378 378 #ifdef RT_OS_WINDOWS 379 static BOOL WINAPI gctlSignalHandler(DWORD dwCtrlType) 379 static BOOL WINAPI gctlSignalHandler(DWORD dwCtrlType) RT_NOTHROW_DEF 380 380 { 381 381 bool fEventHandled = FALSE; … … 405 405 * unnecessary here. 406 406 */ 407 static void gctlSignalHandler(int iSignal) 407 static void gctlSignalHandler(int iSignal) RT_NOTHROW_DEF 408 408 { 409 409 NOREF(iSignal); -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMetrics.cpp
r82968 r85121 365 365 * @remarks This is called on a new thread. 366 366 */ 367 static BOOL WINAPI ctrlHandler(DWORD dwCtrlType) 367 static BOOL WINAPI ctrlHandler(DWORD dwCtrlType) RT_NOTHROW_DEF 368 368 { 369 369 switch (dwCtrlType)
Note:
See TracChangeset
for help on using the changeset viewer.