engine/tsrc/t_podcatcherengine/src/T_PodcatcherEngineBlocks.cpp
changeset 105 62e266e8076f
parent 104 5c9ea8d0ce24
equal deleted inserted replaced
104:5c9ea8d0ce24 105:62e266e8076f
   130     _LIT( KParam, "Param[%i]: %S" );
   130     _LIT( KParam, "Param[%i]: %S" );
   131     while ( aItem.GetNextString ( string ) == KErrNone )
   131     while ( aItem.GetNextString ( string ) == KErrNone )
   132         {
   132         {
   133         TestModuleIf().Printf( i, KT_PodcatcherEngine, 
   133         TestModuleIf().Printf( i, KT_PodcatcherEngine, 
   134                                 KParam, i, &string );
   134                                 KParam, i, &string );
       
   135         
       
   136         // Use this loop to gather the Feed Info
       
   137         
   135         i++;
   138         i++;
   136         }
   139         }
   137 
   140 
   138     return KErrNone;
   141     return KErrNone;
   139 
   142