convergedcallengine/spsettings/src/spsbufferedpublisher.cpp
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
   140         // If some of data is missed
   140         // If some of data is missed
   141         iIndex = lastModified - Max( data );
   141         iIndex = lastModified - Max( data );
   142         }
   142         }
   143     
   143     
   144     // Start reading
   144     // Start reading
   145     while( lastModified != iIndex ) 
   145     while( lastModified != iIndex )
   146         {
   146         {
   147         iIndex++;
   147         iIndex++;
   148         
   148         
   149         if( Base( data, iIndex ) == iIndex )
   149         if( Base( data, iIndex ) == iIndex )
   150             {
   150             {
   151             // Skip index if real index is same as KRealGlobalIndex
   151             // Skip index if real index is same as KRealGlobalIndex
   152             iIndex++;
   152             iIndex++;
   153             }
   153             }
   154         aData.AppendL( At(data, iIndex) );
   154 
       
   155         aData.Append( At(data, iIndex) );
   155         }
   156         }
   156 
   157 
   157     }
   158     }
   158 
   159 
   159 // ---------------------------------------------------------------------------
   160 // ---------------------------------------------------------------------------