serviceproviders/sapi_contacts_vpbk/contactservice/inc/getliststorelistobserver.h
changeset 22 fc9cf246af83
parent 19 989d2f495d90
child 24 f4292e0e20df
equal deleted inserted replaced
19:989d2f495d90 22:fc9cf246af83
    52 										   MContactCallback *aCallback,
    52 										   MContactCallback *aCallback,
    53 										   CContactService *aContactService,
    53 										   CContactService *aContactService,
    54 										   CContactIter* aIter,
    54 										   CContactIter* aIter,
    55 										   Ttype atype,
    55 										   Ttype atype,
    56 										   TInt aTransId,
    56 										   TInt aTransId,
    57 										   MVPbkContactStore* aContactStore);
    57 										   MVPbkContactStore* aContactStore,
       
    58 										   TCmdType val);
    58    
    59    
    59     ~CGetListStoreListObserver();
    60     ~CGetListStoreListObserver();
    60 
    61 
    61 	/*
    62 	/*
    62 	 * Implementation of Cancel of MCancelAsync
    63 	 * Implementation of Cancel of MCancelAsync
   107             				  const TDesC8& aContactId, const TDesC& aSearchVal, 
   108             				  const TDesC8& aContactId, const TDesC& aSearchVal, 
   108             				  CSearchFields* aSearchFields,
   109             				  CSearchFields* aSearchFields,
   109             				  TOrder aSortOrder,MContactCallback *aCallback,
   110             				  TOrder aSortOrder,MContactCallback *aCallback,
   110             				   CContactService *aContactService,
   111             				   CContactService *aContactService,
   111             				  CContactIter* aIter, enum Ttype atype, 
   112             				  CContactIter* aIter, enum Ttype atype, 
   112             				  TInt aTransId,MVPbkContactStore* aContactStore);
   113             				  TInt aTransId,MVPbkContactStore* aContactStore, TCmdType val);
   113     				 
   114     				 
   114    /**
   115    /**
   115 	*  Sets the view of the database and also creates a filtered view
   116 	*  Sets the view of the database and also creates a filtered view
   116 	*/
   117 	*/
   117     void CreateAndFilterViewL(MVPbkContactStore& aContactStore);
   118     void CreateAndFilterViewL(MVPbkContactStore& aContactStore);
   155      
   156      
   156      /*
   157      /*
   157       * RetrieveL() Handle
   158       * RetrieveL() Handle
   158       */
   159       */
   159 	 MVPbkContactOperationBase* iRetOp;
   160 	 MVPbkContactOperationBase* iRetOp;
       
   161 	 TCmdType iVal;
   160 };
   162 };
   161 
   163 
   162 #endif//C_GETLISTSTORELISTOBSERVER_H
   164 #endif//C_GETLISTSTORELISTOBSERVER_H