serviceproviders/sapi_contacts_vpbk/tsrc/dev/tcontacts_sim/src/tcallback.cpp
changeset 22 fc9cf246af83
parent 19 989d2f495d90
--- a/serviceproviders/sapi_contacts_vpbk/tsrc/dev/tcontacts_sim/src/tcallback.cpp	Fri Jul 03 15:51:24 2009 +0100
+++ b/serviceproviders/sapi_contacts_vpbk/tsrc/dev/tcontacts_sim/src/tcallback.cpp	Thu Aug 27 07:43:07 2009 +0300
@@ -55,7 +55,16 @@
 	
 
 	}
+void CContactCallBack::HandleReturnArray(const TInt& aError, RPointerArray<HBufC8>& aArray, TInt aTransId )
+    {
+    CActiveScheduler::Stop();
+    }
 
+void CContactCallBack::HandleReturnId( const TInt& aError, HBufC8* acntId, TInt aTransId )
+    {
+    CActiveScheduler::Stop();
+    }
+    
 
 void CContactCallBack::HandleReturnValue(TOperationEvent aEventId, const TInt& aError, TInt aTransId )
    {