| class CRemConConverterPlugin : public CBase |
Base class for RemCon converter plugins.
| Public Member Functions | |
|---|---|
| ~CRemConConverterPlugin () | |
| TAny * | GetInterface ( TUid ) |
| IMPORT_C CRemConConverterPlugin * | NewL ( TUid ) |
| Protected Member Functions | |
|---|---|
| CRemConConverterPlugin () | |
| Private Attributes | |
|---|---|
| TUid | iInstanceId |
| TAny * | iPad |
| TAny * | GetInterface | ( | TUid | aUid | ) | [pure virtual] |
Called by RemCon server to get a pointer to an object which implements the converter API with UID aUid. This is a mechanism for allowing future change to the converter API without breaking BC in existing (non-updated) converter plugins.
| TUid aUid |
| IMPORT_C CRemConConverterPlugin * | NewL | ( | TUid | aImplementationId | ) | [static] |
Constructor.
| TUid aImplementationId |
| TUid | iInstanceId | [private] |
UID set by ECOM when the instance is created. Used when the instance is destroyed.
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.