perfapps/memspyui/ui/avkon/inc/MemSpyViewKernelHeap.h
changeset 53 819e59dfc032
parent 51 b048e15729d6
--- a/perfapps/memspyui/ui/avkon/inc/MemSpyViewKernelHeap.h	Fri Sep 17 14:22:55 2010 +0300
+++ b/perfapps/memspyui/ui/avkon/inc/MemSpyViewKernelHeap.h	Mon Oct 04 10:09:02 2010 +0300
@@ -58,15 +58,15 @@
 
 private: // Internal methods
     //CDesCArrayFlat* FormatModel( RArray<CMemSpyApiHeap*> &aHeap );
-    CDesCArrayFlat* FormatModel( CMemSpyApiHeap* aHeap );
-    HBufC* FormatItem( const TDesC& aCaption, const TDesC& aValue );
-    HBufC* FormatItem( const TDesC& aCaption, TInt aValue );
-    HBufC* FormatItem( const TDesC& aCaption, TUint aValue );
-    HBufC* FormatItem( const TDesC& aCaption, const TInt64& aValue );
-    HBufC* FormatItem( const TDesC& aCaption, TAny* aValue );
-    HBufC* FormatItem( const TDesC& aCaption, TUint* aValue );
-    HBufC* FormatItem( const TDesC& aCaption, TUint8* aValue );
-    HBufC* FormatPercentageItem( const TDesC& aCaption, TReal aOneHundredPercentValue, TReal aValue );
+    CDesCArrayFlat* FormatModelLC( CMemSpyApiHeap* aHeap );
+    HBufC* FormatItemLC( const TDesC& aCaption, const TDesC& aValue );
+    HBufC* FormatItemLC( const TDesC& aCaption, TInt aValue );
+    HBufC* FormatItemLC( const TDesC& aCaption, TUint aValue );
+    HBufC* FormatItemLC( const TDesC& aCaption, const TInt64& aValue );
+    HBufC* FormatItemLC( const TDesC& aCaption, TAny* aValue );
+    HBufC* FormatItemLC( const TDesC& aCaption, TUint* aValue );
+    HBufC* FormatItemLC( const TDesC& aCaption, TUint8* aValue );
+    HBufC* FormatPercentageItemLC( const TDesC& aCaption, TReal aOneHundredPercentValue, TReal aValue );
 
 private: // Data members
     };