MCPcopy Create free account
hub / github.com/PDAL/PDAL / ~PacketLock

Method ~PacketLock

plugins/e57/libE57Format/src/Packet.cpp:291–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291PacketLock::~PacketLock()
292{
293#ifdef E57_VERBOSE
294 std::cout << "~PacketLock() called" << std::endl;
295#endif
296 try
297 {
298 // Note cache must live longer than lock, this is reasonable assumption.
299 cache_->unlock( cacheIndex_ );
300 }
301 catch ( ... )
302 {
303 //??? report?
304 }
305}
306
307//=============================================================================
308// DataPacketHeader

Callers

nothing calls this directly

Calls 1

unlockMethod · 0.80

Tested by

no test coverage detected