API published in: S60 3rd Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknserverapp.h>
Series 60 client-side service IPC implementations should be derived from this class.
Public Member Functions |
|
IMPORT_C void | ConnectChainedAppL (TUid aAppUid) |
Launch a new server app instance, which will be chained from the current application. |
|
IMPORT_C void | Close () |
Close the server app session. |
|
Close the server app session. |
|
Launch a new server app instance, which will be chained from the current application. Note, this function can only be used from the context of an application thread, as it depends on the existence of a CEikonEnv object. If you want to launch a chained server app in a situation where a CEikonEnv does not exist, use REikAppServiceBase::ConnectNewChildAppL() instead.
|