
Public Member Functions | |
| void | ConstructL () |
| ~CMediaClientAppUi () | |
Static Public Member Functions | |
| static TInt | DoExit (TAny *aUI) |
MExEngineObserver interface to get events back from the engine.
Definition at line 32 of file CMediaClientAppUI.h.
| CMediaClientAppUi::~CMediaClientAppUi | ( | ) |
Destructor.
Definition at line 93 of file CMediaClientAppUI.cpp.
| void CMediaClientAppUi::ConstructL | ( | ) |
Performs second-phase construction.
Definition at line 64 of file CMediaClientAppUI.cpp.
| TInt CMediaClientAppUi::DoExit | ( | TAny * | aUI | ) | [static] |
Exits the application. This is a static callback function, which is called back asynchronously to allow the application to exit after any media server active objects have completed running.
| aUI | Pointer to the app UI object itself |
Definition at line 103 of file CMediaClientAppUI.cpp.
1.5.3