#include <lbslocinfoconverterpluginbase.h>
Public Member Functions | |
IMPORT_C | TLbsLocInfoConverterPluginParams (MLbsLocInfoConverterPluginObserver &aObserver) |
IMPORT_C MLbsLocInfoConverterPluginObserver & | Observer () const |
Protected Attributes | |
MLbsLocInfoConverterPluginObserver & | iObserver |
TUint8 | iReserved [20] |
This class encapsulates the construction parameters for a Coordinate Conversion plugin.
These parameters are passed by the LBS subsystem to the implementation of the Plugin module via ECom. The ECom constructor should take a single TAny* parameter. That parameter should be cast to a variable of type TLbsLocInfoConverterPluginParams.
EXPORT_C TLbsLocInfoConverterPluginParams::TLbsLocInfoConverterPluginParams | ( | MLbsLocInfoConverterPluginObserver & | aObserver | ) |
This class encapsulates the construction parameters for a Coordinate Conversion plugin implementation.
When created, the LBS subsystem must provide a reference to the plugin's observer.
EXPORT_C MLbsLocInfoConverterPluginObserver & TLbsLocInfoConverterPluginParams::Observer | ( | ) | const |
Returns a reference to the observer.
Handle to the plugin observer
TUint8 TLbsLocInfoConverterPluginParams::iReserved[20] [protected] |
Reserved for future use