mmsharing/mmshavailability/src/musavacapabilitytimer.cpp
branchRCL_3
changeset 21 ce86b6d44a6d
parent 0 f0cf47e981f9
child 32 73a1feb507fb
equal deleted inserted replaced
19:95754dcd27ad 21:ce86b6d44a6d
    54 //
    54 //
    55 void CMusAvaCapabilityTimer::RunL()
    55 void CMusAvaCapabilityTimer::RunL()
    56     {
    56     {
    57     iNotify->OnExpiredL( iStatus.Int() );
    57     iNotify->OnExpiredL( iStatus.Int() );
    58     }
    58     }
       
    59 
       
    60 // -------------------------------------------------------------------------
       
    61 //  If RunL() leaves,It should be handled here.
       
    62 // -------------------------------------------------------------------------
       
    63 //
       
    64 TInt CMusAvaCapabilityTimer::RunError( TInt aError )
       
    65     {    
       
    66     // Nothing can be done here.
       
    67     aError = KErrNone;
       
    68 
       
    69     return aError;
       
    70     }
    59     
    71     
    60 
    72 
    61 // ---------------------------------------------------------------------------
    73 // ---------------------------------------------------------------------------
    62 // C++ default constructor can NOT contain any code, that
    74 // C++ default constructor can NOT contain any code, that
    63 // might leave.
    75 // might leave.