phonebookengines/VirtualPhonebook/inc/CVPbkSimContactView.h
branchRCL_3
changeset 9 0d28c1c5b6dd
parent 0 e686773b3f54
equal deleted inserted replaced
8:5586b4d2ec3e 9:0d28c1c5b6dd
   171                 TInt aError );
   171                 TInt aError );
   172         static TBool CompareViewContactSimIndex( const TViewContact& aLeft,
   172         static TBool CompareViewContactSimIndex( const TViewContact& aLeft,
   173                 const TViewContact& aRight );
   173                 const TViewContact& aRight );
   174         static TInt IdleSortCallback( TAny* aThis );
   174         static TInt IdleSortCallback( TAny* aThis );
   175         
   175         
       
   176     public:
       
   177         TBool IsMatch( 
       
   178                const RVPbkSimFieldTypeArray& aSortOrder,
       
   179                TVPbkSimViewConstructionPolicy aConstructionPolicy,
       
   180                const TDesC& aViewName );
       
   181         
   176     private: // Data
   182     private: // Data
   177         /// Own: The name of view that is given by the client
   183         /// Own: The name of view that is given by the client
   178         HBufC* iViewName;
   184         HBufC* iViewName;
   179         /// Ref: The parent store of the view
   185         /// Ref: The parent store of the view
   180         MVPbkSimCntStore& iParentStore;
   186         MVPbkSimCntStore& iParentStore;