harvester/harvesterplugins/VideoPlugin/src/harvestervideoplugin.cpp
changeset 56 fd6cce931a8a
parent 52 40db28bb26b8
equal deleted inserted replaced
52:40db28bb26b8 56:fd6cce931a8a
   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