mmsharing/mmshavailability/src/musavacapabilitytimer.cpp
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
    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.