diff -r d1dadafc5584 -r 26079c1bb561 taskswitcher/utils/inc/tsidlist.h --- a/taskswitcher/utils/inc/tsidlist.h Mon Sep 27 11:31:59 2010 +0300 +++ b/taskswitcher/utils/inc/tsidlist.h Wed Oct 06 16:00:22 2010 +0300 @@ -34,6 +34,8 @@ TInt Size() const; void ExternalizeL(RWriteStream &aStream) const; void InternalizeL(RReadStream &aStream); + TBool operator ==( const CTsIdList& aList) const; + TBool operator !=( const CTsIdList& aList) const; private: CTsIdList();