contentstorage/casrv/casatmonitor/src/casatmonitor.cpp
changeset 124 e36b2f4799c0
parent 103 b99b84bcd2d1
equal deleted inserted replaced
121:0b3699f6c654 124:e36b2f4799c0
    98     TInt error = GetSatVisibility( visibility );
    98     TInt error = GetSatVisibility( visibility );
    99     if( ( error == KErrNone ) && visibility )
    99     if( ( error == KErrNone ) && visibility )
   100         {
   100         {
   101         RBuf satName;
   101         RBuf satName;
   102         satName.CleanupClosePushL();
   102         satName.CleanupClosePushL();
   103         satName.Create( KCenRepBufferSize );
   103         satName.CreateL( KCenRepBufferSize );
   104         User::LeaveIfError( GetSatName( satName ) );
   104         User::LeaveIfError( GetSatName( satName ) );
   105 
   105 
   106         if( !resultArray.Count() )
   106         if( !resultArray.Count() )
   107             {
   107             {
   108             //sat app was added we ned to add new entry to storage
   108             //sat app was added we ned to add new entry to storage