contentstorage/extsrc/casathandler.cpp
changeset 103 b99b84bcd2d1
parent 60 f62f87b200ec
child 112 dbfb5e38438b
equal deleted inserted replaced
83:156f692b1687 103:b99b84bcd2d1
   143     {
   143     {
   144     iSatSession.ConnectL();
   144     iSatSession.ConnectL();
   145     iSatIcon.OpenL( iSatSession );
   145     iSatIcon.OpenL( iSatSession );
   146     }
   146     }
   147 
   147 
       
   148 #ifdef COVERAGE_MEASUREMENT
       
   149 #pragma CTC SKIP
       
   150 #endif //COVERAGE_MEASUREMENT (Icon can be created only from SIM)
   148 // ---------------------------------------------------------------------------
   151 // ---------------------------------------------------------------------------
   149 // CCaSatHandler::GetVisibility
   152 // CCaSatHandler::GetVisibility
   150 // ---------------------------------------------------------------------------
   153 // ---------------------------------------------------------------------------
   151 //
   154 //
   152 CFbsBitmap* CCaSatHandler::GetBitmapL( const RIconEf& aIconEF )
   155 CFbsBitmap* CCaSatHandler::GetBitmapL( const RIconEf& aIconEF )
   190     else
   193     else
   191         {
   194         {
   192         return NULL;
   195         return NULL;
   193         }
   196         }
   194     }
   197     }
       
   198 #ifdef COVERAGE_MEASUREMENT
       
   199 #pragma CTC ENDSKIP
       
   200 #endif //COVERAGE_MEASUREMENT
   195 
   201 
   196 //  End of File
   202 //  End of File