memspy/MemSpyClient/inc/memspythreadinfoitemdata.h
changeset 34 7259cf1302ad
parent 22 a009639409f5
--- a/memspy/MemSpyClient/inc/memspythreadinfoitemdata.h	Wed Jun 23 19:59:05 2010 +0300
+++ b/memspy/MemSpyClient/inc/memspythreadinfoitemdata.h	Tue Jul 06 16:05:13 2010 +0300
@@ -20,8 +20,6 @@
 
 #include <memspy/driver/memspydriverobjectsshared.h>
 
-const TInt KMaxBufSize = 32;
-
 // TMemSpyProcess data class holds data to be sent to the UI
 class TMemSpyThreadInfoItemData 
 	{	
@@ -32,8 +30,8 @@
 		}
 	
 public:
-    TBuf<KMaxBufSize> iCaption;
-    TBuf<KMaxBufSize> iValue;
+    TBuf<64> iCaption;
+    TBuf<32> iValue;
 	};
 
 #endif // MEMSPYTHREADINFOITEMDATA_H