memspy/MemSpyClient/inc/memspythreadinfoitemdata.h
changeset 30 86a2e675b80a
parent 20 a71a3e32a2ae
--- a/memspy/MemSpyClient/inc/memspythreadinfoitemdata.h	Mon Jun 14 11:37:33 2010 +0300
+++ b/memspy/MemSpyClient/inc/memspythreadinfoitemdata.h	Mon Jun 28 15:36:07 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