contentstorage/extsrc/casathandler.cpp
changeset 98 d2f833ab7940
parent 85 7feec50967db
child 112 dbfb5e38438b
equal deleted inserted replaced
97:1e962b12a8db 98:d2f833ab7940
   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