equal
deleted
inserted
replaced
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 |