| 135 | |
| 136 | |
| 137 | PotatoAPI::PotatoAPI() { |
| 138 | comSendQ = new BlockingQueue<char*>(); |
| 139 | rpcSendQ = new BlockingQueue<char*>(); |
| 140 | newConnection = 0; |
| 141 | return; |
| 142 | } |
| 143 | |
| 144 | DWORD PotatoAPI::startRPCConnectionThread() { |
| 145 | DWORD ThreadID; |
nothing calls this directly
no outgoing calls
no test coverage detected