| 155 | } |
| 156 | |
| 157 | DWORD WINAPI PotatoAPI::staticStartRPCConnection(void* Param) { |
| 158 | PotatoAPI* This = (PotatoAPI*)Param; |
| 159 | return This->startRPCConnection(); |
| 160 | |
| 161 | } |
| 162 | |
| 163 | DWORD WINAPI PotatoAPI::staticStartCOMListener(void* Param) { |
| 164 | PotatoAPI* This = (PotatoAPI*)Param; |
nothing calls this directly
no test coverage detected