equal
deleted
inserted
replaced
663 /* |
663 /* |
664 Used to send a stop call when there is a error in the buffer |
664 Used to send a stop call when there is a error in the buffer |
665 */ |
665 */ |
666 void BufferErrorEvent(); |
666 void BufferErrorEvent(); |
667 |
667 |
|
668 /** |
|
669 * Used rollback the adapror active state to the previous state prior a Commit call |
|
670 * @return void |
|
671 */ |
|
672 void RollbackAdaptorActiveStateToBeforeCommit(); |
|
673 |
668 private: |
674 private: |
669 |
675 |
670 CBody(MDevSoundAdaptationObserver& aDevSoundObserver, |
676 CBody(MDevSoundAdaptationObserver& aDevSoundObserver, |
671 MGlobalProperties& aGlobalProperties); |
677 MGlobalProperties& aGlobalProperties); |
672 |
678 |