| 857 | #endif // UNIX |
| 858 | |
| 859 | void signalInit() |
| 860 | { |
| 861 | #ifdef UNIX |
| 862 | static GlobalPtr<CtrlCHandler> ctrlCHandler; |
| 863 | #else |
| 864 | static GlobalPtr<ShutdownInit> shutdownInit; |
| 865 | #endif // UNIX |
| 866 | } |
| 867 | |
| 868 | } // anonymous namespace |
| 869 |
no outgoing calls
no test coverage detected