diff -r 0d72cc2a29a3 -r 7259cf1302ad memspy/MemSpyClient/inc/memspythreadinfoitemdata.h --- 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 -const TInt KMaxBufSize = 32; - // TMemSpyProcess data class holds data to be sent to the UI class TMemSpyThreadInfoItemData { @@ -32,8 +30,8 @@ } public: - TBuf iCaption; - TBuf iValue; + TBuf<64> iCaption; + TBuf<32> iValue; }; #endif // MEMSPYTHREADINFOITEMDATA_H