| 144 | static boost::scoped_ptr<ECCVerifyHandle> globalVerifyHandle; |
| 145 | |
| 146 | void Interrupt(boost::thread_group& threadGroup) |
| 147 | { |
| 148 | InterruptHTTPServer(); |
| 149 | InterruptHTTPRPC(); |
| 150 | InterruptRPC(); |
| 151 | InterruptREST(); |
| 152 | threadGroup.interrupt_all(); |
| 153 | } |
| 154 | |
| 155 | void Shutdown() |
| 156 | { |
no test coverage detected