| 198 | ////////////////////////////////////// |
| 199 | |
| 200 | QueueDisconnect::QueueDisconnect(HWND hNotify, int notifyCode, void * notifyData) : |
| 201 | QueueOperation(QueueTypeDisconnect, hNotify, notifyCode, notifyData) |
| 202 | { |
| 203 | } |
| 204 | |
| 205 | QueueDisconnect::~QueueDisconnect() { |
| 206 | } |
nothing calls this directly
no outgoing calls
no test coverage detected