serviceproviders/sapi_contacts_vpbk/contactservice/inc/contactviewobserver.h
changeset 22 fc9cf246af83
parent 19 989d2f495d90
equal deleted inserted replaced
19:989d2f495d90 22:fc9cf246af83
    52                                       CContactIter* iIter, 
    52                                       CContactIter* iIter, 
    53                                       CContactService* aContactService,
    53                                       CContactService* aContactService,
    54                                       const TDesC& aStoreUri, 
    54                                       const TDesC& aStoreUri, 
    55                                       TOrder aSortOrder, 
    55                                       TOrder aSortOrder, 
    56                                       TInt aTransId, 
    56                                       TInt aTransId, 
    57                                       CActiveSchedulerWait* aSchedulerWait);
    57                                       CActiveSchedulerWait* aSchedulerWait,
       
    58                                       TCmdType val);
    58 
    59 
    59 
    60 
    60 
    61 
    61 /**
    62 /**
    62   * Methods to handle Contact Database View Setup events
    63   * Methods to handle Contact Database View Setup events
    82 	                     CContactIter* aIter, 
    83 	                     CContactIter* aIter, 
    83 	                     CContactService* aContactService,
    84 	                     CContactService* aContactService,
    84 	                     MContactCallback* aCallback,
    85 	                     MContactCallback* aCallback,
    85 	                     TOrder aSortOrder, 
    86 	                     TOrder aSortOrder, 
    86 	                     TInt aTransId, 
    87 	                     TInt aTransId, 
    87 	                     CActiveSchedulerWait* aSchedulerWait);
    88 	                     CActiveSchedulerWait* aSchedulerWait,
       
    89 	                     TCmdType val = EGetList);
    88 	
    90 	
    89 	void ReturnDefaultView();
    91 	void ReturnDefaultView();
    90 
    92 
    91 	/*
    93 	/*
    92 	 * Implementation of Cancel of MCancelAsync
    94 	 * Implementation of Cancel of MCancelAsync
   128 	//View handle
   130 	//View handle
   129 	MVPbkContactViewBase* iView;
   131 	MVPbkContactViewBase* iView;
   130 	
   132 	
   131 	//ContactService Handle
   133 	//ContactService Handle
   132 	CContactService* iContactService;
   134 	CContactService* iContactService;
       
   135 	TCmdType iVal;
   133 
   136 
   134 };
   137 };
   135 
   138 
   136 #endif//C_CONTACTVIEWOBSERVER_H
   139 #endif//C_CONTACTVIEWOBSERVER_H