| 174 | //////////////////////////////////////////////// |
| 175 | |
| 176 | QueueConnect::QueueConnect(HWND hNotify, int notifyCode, void * notifyData) : |
| 177 | QueueOperation(QueueTypeConnect, hNotify, notifyCode, notifyData) |
| 178 | { |
| 179 | } |
| 180 | |
| 181 | QueueConnect::~QueueConnect() { |
| 182 | } |
nothing calls this directly
no outgoing calls
no test coverage detected