diff -r 07b41fa8d1dd -r ca8a1b6995f6 memspy/Driver/Kernel/Include/MemSpyDriverInspectedProcess.h --- a/memspy/Driver/Kernel/Include/MemSpyDriverInspectedProcess.h Thu Aug 19 11:25:43 2010 +0300 +++ b/memspy/Driver/Kernel/Include/MemSpyDriverInspectedProcess.h Tue Aug 31 16:45:49 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;