mmfenh/advancedaudiocontroller/tsrc/advancedaudiocontrollertestmodule/AudioRecorderTestModule/src/ThreadPriority.cpp
branchRCL_3
changeset 20 0ac9a5310753
parent 19 095bea5f582e
child 21 999b2818a0eb
--- a/mmfenh/advancedaudiocontroller/tsrc/advancedaudiocontrollertestmodule/AudioRecorderTestModule/src/ThreadPriority.cpp	Tue Aug 31 15:43:02 2010 +0300
+++ b/mmfenh/advancedaudiocontroller/tsrc/advancedaudiocontrollertestmodule/AudioRecorderTestModule/src/ThreadPriority.cpp	Wed Sep 01 12:23:00 2010 +0100
@@ -106,10 +106,8 @@
 	CleanupStack::PushL(selfObj);
 
 	CActiveScheduler::Start();
-	
-	if(selfObj->iCallbackErr != KErrNone)
-	    error = selfObj->iCallbackErr;
-	
+
+
 	CleanupStack::PopAndDestroy(2); // schedule, selfObj
 
 	return error;
@@ -138,12 +136,10 @@
 #ifdef _DEBUG
     RDebug::Print (_L ("CThreadPriority::MoscoStateChangeEvent"));
 #endif
-	
+	TInt err = KErrNone;
 
 	logger->Log(_L("MoscoStateChangeEvent called, error: %d	prev: %d curr : %d"),aErrorCode,aPreviousState,aCurrentState);
 logger->Log(_L("Before Checking Duaration."));
-iCallbackErr = aErrorCode;
-    
 		TTimeIntervalMicroSeconds aDuration, aRecordTime;
   	    TMMFDurationInfo clipDuration = recorder->Duration(aDuration);
 		logger->Log(_L("Duaration is %d"), aDuration.Int64());
@@ -195,17 +191,10 @@
 
 
 		CActiveScheduler::Stop();
-		return;
 	}
-	 if (aErrorCode != KErrNone)
-        {
-        
-        CActiveScheduler::Stop();
-        return ;
-        }
 
 
-
+	return;
 
 }