convergedcallengine/spsettings/src/spsbufferedpublisher.cpp
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
equal deleted inserted replaced
18:594d59766373 19:7d48bed6ce0c
   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 
   154         aData.AppendL( At(data, iIndex) );
   155         aData.Append( At(data, iIndex) );
       
   156         }
   155         }
   157 
   156 
   158     }
   157     }
   159 
   158 
   160 // ---------------------------------------------------------------------------
   159 // ---------------------------------------------------------------------------