class RAknAppServiceBase : public REikAppServiceBase |
Allows a server app client to connect to a new server app, which will be chained from the client app, giving it the appearance of being embedded within the client.
Series 60 client-side service IPC implementations should be derived from this class.
Public Member Functions | |
---|---|
IMPORT_C void | Close() |
IMPORT_C void | ConnectChainedAppL(TUid) |
Inherited Enumerations | |
---|---|
RApaAppServiceBase:TApaAppServiceBaseCmdConstants | |
RHandleBase:TAttributes | |
RSessionBase:TAttachMode |
Inherited Attributes | |
---|---|
RHandleBase::iHandle |
IMPORT_C void | ConnectChainedAppL | ( | TUid | aAppUid | ) |
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.
TUid aAppUid | The UID of the server app which you wish to launch. |
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.