changeset 30 | 86a2e675b80a |
parent 0 | a03f92240627 |
child 44 | 52e343bb8f80 |
--- a/memspy/Driver/Kernel/Include/MemSpyDriverInspectedProcess.h Mon Jun 14 11:37:33 2010 +0300 +++ b/memspy/Driver/Kernel/Include/MemSpyDriverInspectedProcess.h Mon Jun 28 15:36:07 2010 +0300 @@ -138,6 +138,8 @@ void ResetPendingChanges(); void PrintChunkInfo( DChunk& aChunk ) const; TBool IsChunkRelevantToOurProcess( DChunk& aChunk ) const; + void Lock() const; + void Unlock() const; public: // Queue link for process manager SDblQueLink iPMLink;