class MDosExtensionBaseDSY |
Abstract class that defines the mandatory functions to be written in the plug-in when creating the licensee specific Extension service class. The Extension service is responsible for completing the RDosExtension requests.
Public Member Functions | |
---|---|
void | CallFunctionAndCompleteL(TInt, TAny *, TInt, const RMessage2 &) |
TInt | CallFunctionL(TInt, TAny *, TInt, TBool &) |
void | CallFunctionAndCompleteL | ( | TInt | aFunc, |
TAny * | aParameter, | |||
TInt | aParLength, | |||
const RMessage2 & | aMessage | |||
) | [pure virtual] |
Implements a raw function call. The implementation is supposed to interpret the parameters and satisfy the requests. The implemtation should also complete the message.
TInt | CallFunctionL | ( | TInt | aFunc, |
TAny * | aParameter, | |||
TInt | aParLength, | |||
TBool & | aParameterModified | |||
) | [pure virtual] |
Implements a raw function call. The implementation is supposed to interpret the parameters and satisfy the requests.
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.