class MPbk2ViewActivationTransaction |
Phonebook 2 view activation transaction interface.
Public Member Functions | |
---|---|
~MPbk2ViewActivationTransaction () | |
void | Commit () |
void | RollbackL () |
TAny * | ViewActivationTransactionExtension ( TUid ) |
~MPbk2ViewActivationTransaction | ( | ) | [inline, virtual] |
Virtual destructor. Override to roll back any changes made at construction if Commit() is not called.
void | Commit | ( | ) | [pure virtual] |
Commits this transaction, tells the destructor to keep the changes.
void | RollbackL | ( | ) | [pure virtual] |
Rolls back changes but cannot do it leave-safely. This function should not be utilized when in DoActivateL, in there just deleting this object is the preferred way to go. But if the view has already been switched on (DoActivateL has been executed) calling this function rolls back by force to the previous view.
TAny * | ViewActivationTransactionExtension | ( | TUid | ) | [inline, virtual] |
Returns an extension point for this interface or NULL.
TUid |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.