diff -r 4fde310f06fe -r 86a2e675b80a memspy/MemSpyClient/inc/memspythreadinfoitemdata.h --- 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 -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