| 484 | } |
| 485 | |
| 486 | CDbConnectionPool::~CDbConnectionPool() |
| 487 | { |
| 488 | OnShutdown(); |
| 489 | if(m_pWorkerThread) |
| 490 | thread_wait(m_pWorkerThread); |
| 491 | if(m_pBackupThread) |
| 492 | thread_wait(m_pBackupThread); |
| 493 | } |
nothing calls this directly
no test coverage detected