memspyui/ui/avkon/src/MemSpyViewThreadInfoItemHeap.cpp
changeset 31 e7a04a6385be
parent 26 41ebde60981f
--- a/memspyui/ui/avkon/src/MemSpyViewThreadInfoItemHeap.cpp	Thu Jun 17 15:34:52 2010 +0300
+++ b/memspyui/ui/avkon/src/MemSpyViewThreadInfoItemHeap.cpp	Thu Jun 24 14:55:55 2010 +0300
@@ -26,11 +26,13 @@
 #include <memspy/engine/memspyengineobjectthreadinfocontainer.h>
 #include <memspy/engine/memspyenginehelperprocess.h>
 #include <memspy/engine/memspyenginehelperheap.h>
+#include <memspysession.h>
 
 // User includes
 #include "MemSpyContainerObserver.h"
 #include "MemSpyViewThreads.h"
 #include "MemSpyViewThreadInfoItemHeap.h"
+#include "MemSpyAppUi.h" 
 
 
 /*
@@ -74,19 +76,19 @@
 
 void CMemSpyViewThreadInfoItemHeap::OnCmdHeapDataL()
     {
-    //iEngine.HelperHeap().OutputHeapDataUserL( Thread() ); //TODO
+	iMemSpySession.OutputThreadHeapDataL( ThreadId() );    
     }
 
 
 void CMemSpyViewThreadInfoItemHeap::OnCmdHeapCellListingL()
     {
-    //iEngine.HelperHeap().OutputCellListingUserL( Thread() ); //TODO
+    iMemSpySession.OutputThreadCellListL( ThreadId() );
     }
 
 
 void CMemSpyViewThreadInfoItemHeap::OnCmdHeapInfoL()
     {
-    //iEngine.HelperHeap().OutputHeapInfoUserL( Thread() ); //TODO
+	iMemSpySession.OutputHeapInfoUserL( ThreadId() );    
     }