harvester/harvesterplugins/VideoPlugin/src/harvestervideoplugin.cpp
changeset 51 87e65c44ff3a
parent 48 1389872e7c51
equal deleted inserted replaced
48:1389872e7c51 51:87e65c44ff3a
   985     WRITELOG( "CHarvesterVideoPlugin - Closing file, if still open" );        
   985     WRITELOG( "CHarvesterVideoPlugin - Closing file, if still open" );        
   986     CleanupStack::PopAndDestroy( &file );        
   986     CleanupStack::PopAndDestroy( &file );        
   987 
   987 
   988 #ifdef _DEBUG
   988 #ifdef _DEBUG
   989     dStop.UniversalTime();
   989     dStop.UniversalTime();
   990     WRITELOG1( "CHarvesterVideoPlugin::GatherDataL start %d us", (TInt)dStop.MicroSecondsFrom(dStart).Int64() );
   990     WRITELOG1( "CHarvesterVideoPlugin::GatherDataL end %d us", (TInt)dStop.MicroSecondsFrom(dStart).Int64() );
   991 #endif  
   991 #endif  
   992     
   992     
   993     WRITELOG( "CHarvesterVideoPlugin - Start adding data to object" );
   993     WRITELOG( "CHarvesterVideoPlugin - Start adding data to object" );
   994     }
   994     }
   995 
   995