simpleengine/siputils/src/simplesipprofileobserver.cpp
branchRCL_3
changeset 34 2669f8761a99
parent 0 c8caa15ef882
child 35 fbd2e7cec7ef
--- a/simpleengine/siputils/src/simplesipprofileobserver.cpp	Thu Aug 19 10:19:02 2010 +0300
+++ b/simpleengine/siputils/src/simplesipprofileobserver.cpp	Tue Aug 31 15:35:50 2010 +0300
@@ -272,14 +272,7 @@
         }     
     else if ( aEvent == EProfileUpdated )
         {
-#ifdef _DEBUG
-        TSimpleLogger::Log(_L("SipProfileObserver: EProfileUpdated - ProfileEnabled : %d" ), iRegistry->IsEnabled( *iProfile ) );
-        TSimpleLogger::Log(_L("SipProfileObserver: EProfileUpdated - Profile reg er : %d" ), iRegistry->LastRegistrationError( *iProfile ) );
-        TSimpleLogger::Log(_L("SipProfileObserver: EProfileUpdated - IsContextActive : %d" ), iProfile->IsContextActive() );
-#endif
-
-        // Notify observer to refresh SIP connection.
-        iObs.ProfileUpdated();
+        iObs.ProfileStateChanged( CSIPConnection::EUnavailable, KErrNone );
         }           
     else if ( aEvent == EProfileDestroyed )
         {