| 206 | } |
| 207 | |
| 208 | void |
| 209 | SERVER::release() { |
| 210 | InterlockedDecrement(&_reference_count); |
| 211 | |
| 212 | //if(InterlockedDecrement((LPLONG)&_reference_count) == 0) |
| 213 | // delete this; |
| 214 | } |
| 215 | |
| 216 | void SERVER::logMessage( const char* function, const char* file, int line, const tstring& msg ) |
| 217 | { |
no outgoing calls
no test coverage detected