Changeset 19137 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Apr 23, 2009 9:30:44 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46351
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp
r19084 r19137 553 553 #endif 554 554 } 555 else 556 { 557 558 559 560 561 562 563 564 } 555 556 #ifndef RT_OS_WINDOWS 557 /** @todo Make the main thread responsive to signal so it can shutdown/restart the threads on non-SIGKILL signals. */ 558 559 /* 560 * Start the service, enter the main threads run loop and stop them again when it returns. 561 */ 562 rc = VBoxServiceStartServices(iMain); 563 VBoxServiceStopServices(); 564 #endif 565 565 566 566 #ifdef RT_OS_WINDOWS
Note:
See TracChangeset
for help on using the changeset viewer.