memspy/Driver/Kernel/Include/MemSpyDriverInspectedProcess.h
changeset 34 7259cf1302ad
parent 0 a03f92240627
child 44 52e343bb8f80
--- a/memspy/Driver/Kernel/Include/MemSpyDriverInspectedProcess.h	Wed Jun 23 19:59:05 2010 +0300
+++ b/memspy/Driver/Kernel/Include/MemSpyDriverInspectedProcess.h	Tue Jul 06 16:05:13 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;