serviceproviders/sapi_contacts_vpbk/tsrc/testing/tcontact_organise/src/tcontact_organiseblocks.cpp
changeset 22 fc9cf246af83
parent 19 989d2f495d90
child 33 50974a8b132e
equal deleted inserted replaced
19:989d2f495d90 22:fc9cf246af83
    30 
    30 
    31  CSingleContact* myContact=NULL;
    31  CSingleContact* myContact=NULL;
    32  TBuf<25> KCompare ;
    32  TBuf<25> KCompare ;
    33  TBuf8<100> contactid ;
    33  TBuf8<100> contactid ;
    34  enum flag {GROUP = 1,CONTACT }status;
    34  enum flag {GROUP = 1,CONTACT }status;
    35   
    35  void CContactCallback::HandleReturnArray( const TInt& aError, RPointerArray<HBufC8>& aArray, TInt aTransId )
       
    36      {
       
    37      CActiveScheduler::Stop();
       
    38      iError= aError ;
       
    39      }
       
    40  void CContactCallback::HandleReturnId( const TInt& aError, HBufC8* acntId, TInt aTransId )
       
    41      {
       
    42      CActiveScheduler::Stop();
       
    43      }
       
    44 
       
    45 
    36 
    46 
    37 void CContactCallback::HandleReturnValue( TOperationEvent aEventId, const TInt& aError, TInt aTransId )
    47 void CContactCallback::HandleReturnValue( TOperationEvent aEventId, const TInt& aError, TInt aTransId )
    38 {
    48 {
    39  iError= aError;
    49  iError= aError;
    40  CActiveScheduler::Stop();
    50  CActiveScheduler::Stop();