srsf/nssvasapi/nssvasdb/src/nssvascvasdatabase.cpp
changeset 1 b13cd05eeb2f
parent 0 bf1d17376201
equal deleted inserted replaced
0:bf1d17376201 1:b13cd05eeb2f
   401     {
   401     {
   402     RUBY_DEBUG0("CNssVASDatabase::SaveTags");
   402     RUBY_DEBUG0("CNssVASDatabase::SaveTags");
   403         
   403         
   404     RArray<TInt> tagIdArray;
   404     RArray<TInt> tagIdArray;
   405     
   405     
       
   406     ASSERT( aTagArray );
       
   407     
   406     TInt arrayCount = aTagArray ? aTagArray->Count() : 0;
   408     TInt arrayCount = aTagArray ? aTagArray->Count() : 0;
   407     if( arrayCount == 0 )
   409     if( arrayCount == 0 )
   408         {
   410         {
   409         arrayCount++;
   411         arrayCount++;
   410         }
   412         }