devsound/a3fdevsound/src/devsoundadaptor/mmfdevsoundadaptation.h
branchRCL_3
changeset 8 bc06d8566074
parent 0 40261b775718
child 12 b74061f7f3d2
--- a/devsound/a3fdevsound/src/devsoundadaptor/mmfdevsoundadaptation.h	Fri Mar 12 15:50:33 2010 +0200
+++ b/devsound/a3fdevsound/src/devsoundadaptor/mmfdevsoundadaptation.h	Mon Mar 15 12:46:07 2010 +0200
@@ -223,7 +223,11 @@
 	*/
 	virtual void PreemptionFinishedCallbackReceived(TBool aCanStartNewOperation) = 0;
 
-	
+	/*
+	 * The adaptor has control of the context.
+	 * @return returns True if the adaptor is the entity responsible for calling Commit()
+	 */
+	virtual TBool AdaptorControlsContext() const = 0;
 
 	};