From 9a9d5268c35a25a6c574db889fbe7300a650d900 Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Wed, 12 Sep 2007 18:24:50 +0000 Subject: Reporting READY state is now a tape processor. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@487 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkbasecxx/BatchProcessing.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'orkbasecxx/BatchProcessing.cpp') diff --git a/orkbasecxx/BatchProcessing.cpp b/orkbasecxx/BatchProcessing.cpp index 6cd4c68..42d646a 100644 --- a/orkbasecxx/BatchProcessing.cpp +++ b/orkbasecxx/BatchProcessing.cpp @@ -345,13 +345,6 @@ void BatchProcessing::ThreadHandler(void *args) LOG4CXX_INFO(LOG.batchProcessingLog, "[" + trackingId + "] Th" + threadIdString + " deleting native: " + audioTapeRef->GetIdentifier()); } - // Report tape ready message to orktrack - CaptureEventRef readyEvent(new CaptureEvent); - readyEvent->m_type = CaptureEvent::EtReady; - readyEvent->m_timestamp = time(NULL); - audioTapeRef->AddCaptureEvent(readyEvent, true); - Reporting::Instance()->AddAudioTape(audioTapeRef); - // Finished processing the tape, pass on to next processor pBatchProcessing->RunNextProcessor(audioTapeRef); } -- cgit v1.2.3