harvester/harvesterplugins/VideoPlugin/src/harvestervideoplugin.cpp
branchRCL_3
changeset 57 2872ae438bf7
parent 53 29d87345eaeb
child 63 e538444823de
equal deleted inserted replaced
53:29d87345eaeb 57:2872ae438bf7
   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