| 281 | // PacketLock |
| 282 | |
| 283 | PacketLock::PacketLock( PacketReadCache *cache, unsigned cacheIndex ) : |
| 284 | cache_( cache ), cacheIndex_( cacheIndex ) |
| 285 | { |
| 286 | #ifdef E57_VERBOSE |
| 287 | std::cout << "PacketLock() called" << std::endl; |
| 288 | #endif |
| 289 | } |
| 290 | |
| 291 | PacketLock::~PacketLock() |
| 292 | { |
nothing calls this directly
no outgoing calls
no test coverage detected