diff -r 7fdc9a71d314 -r 8ad140f3dd41 memspy/memspy_plat/memspy_api/include/memspy/engine/ThreadAndProcess/MemSpyEngineObjectThreadInfoObjects.h --- a/memspy/memspy_plat/memspy_api/include/memspy/engine/ThreadAndProcess/MemSpyEngineObjectThreadInfoObjects.h Wed Sep 15 13:53:27 2010 +0300 +++ b/memspy/memspy_plat/memspy_api/include/memspy/engine/ThreadAndProcess/MemSpyEngineObjectThreadInfoObjects.h Wed Oct 13 16:17:58 2010 +0300 @@ -98,8 +98,6 @@ public: // From MDesCArray IMPORT_C TInt MdcaCount() const; IMPORT_C TPtrC MdcaPoint(TInt aIndex) const; - IMPORT_C TPtrC Caption(TInt aIndex ) const; - IMPORT_C TPtrC Value(TInt aIndex ) const; protected: class CItem : public CBase @@ -506,8 +504,7 @@ private: // Internal methods static TBool CompareEntries( const CSessionInfoEntry& aLeft, const CSessionInfoEntry& aRight ); - TInt FindServerL( const TDesC& aName ) const; - + private: RPointerArray iServerNames; };