equal
deleted
inserted
replaced
221 |
221 |
222 @param aCanStartNewOperation If EFalse indicates that the operation has more than a cycle |
222 @param aCanStartNewOperation If EFalse indicates that the operation has more than a cycle |
223 */ |
223 */ |
224 virtual void PreemptionFinishedCallbackReceived(TBool aCanStartNewOperation) = 0; |
224 virtual void PreemptionFinishedCallbackReceived(TBool aCanStartNewOperation) = 0; |
225 |
225 |
226 |
226 /* |
|
227 * The adaptor has control of the context. |
|
228 * @return returns True if the adaptor is the entity responsible for calling Commit() |
|
229 */ |
|
230 virtual TBool AdaptorControlsContext() const = 0; |
227 |
231 |
228 }; |
232 }; |
229 |
233 |
230 |
234 |
231 /** |
235 /** |