contentstorage/casrv/casatmonitor/src/casatmonitor.cpp
changeset 119 50e220be30d1
parent 98 d2f833ab7940
equal deleted inserted replaced
116:305818acdca4 119:50e220be30d1
    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