contentstorage/caclient/s60/src/caclientnotifier.cpp
changeset 73 4bc7b118b3df
parent 60 f62f87b200ec
equal deleted inserted replaced
66:32469d7d46ff 73:4bc7b118b3df
    74 void CCaClientNotifier::RunL()
    74 void CCaClientNotifier::RunL()
    75     {
    75     {
    76     TInt error = iStatus.Int();
    76     TInt error = iStatus.Int();
    77     if( error == KErrNone )
    77     if( error == KErrNone )
    78         {
    78         {
    79         TRAP( error, iSubsession->GetChangeInfoAndNotifyObserverL() );
    79         TRAP( error, iSubsession->GetChangeInfoL() );
    80         if( error == KErrNone )
    80         if( error == KErrNone )
    81             {
    81             {
    82             iSubsession->RegisterForNotificationsL( iStatus );
    82             iSubsession->RegisterForNotificationsL( iStatus );
    83             SetActive();
    83             SetActive();
       
    84             iSubsession->NotifyObserver();
    84             }
    85             }
    85         }
    86         }
    86     }
    87     }
    87 
    88 
    88 // -----------------------------------------------------------------------------
    89 // -----------------------------------------------------------------------------