CMmfIpcServer Class Reference
class CMmfIpcServer : public CServer2 |
Constructor & Destructor Documentation
CMmfIpcServer(TInt, TServerType)
CMmfIpcServer | ( | TInt | aPriority, |
| TServerType | aType = EUnsharableSessions |
| ) | [protected, inline] |
Member Functions Documentation
NewSessionL(const TVersion &)
NewSessionL(const TVersion &, const RMessage2 &)
Creates a server-side session object.
The session represents a communication link between a client and a server, and its creation is initiated by the client through a call to one of the RSessionBase::CreateSession() variants.
A server must provide an implementation, which as a minimum should:
User::QueryVersionSupported()
Parameters
const TVersion & aVersion | The version information supplied by the client. |
const RMessage2 & aMessage | Represents the details of the client request that is requesting the creation of the session. |
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.