diff -r d8e625c87f33 -r e7a04a6385be memspyui/ui/avkon/src/MemSpyViewThreadInfoItemHeap.cpp --- 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 #include #include +#include // 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() ); }