class MSecureIdPlugin |
Plugin used to retrieve the secure ID of the process where serialized part of the ECam implementation runs.
Meant for implementation by the ECam implementers.
Implementation has to define and publish the properties as given by the keys KUidECamPropertyCameraIndex0ReservedStatus to KUidECamPropertyCameraIndex7ReservedStatus. Client's responsibility is to subscribe to these properties using TReservedInfo::SubscribeReserveInfoL and hence implement the interface MReserveObserver .
Public Member Functions | |
---|---|
void | GetSecureIdL ( TInt &) |
void | Release () |
void | GetSecureIdL | ( | TInt & | aSecureId | ) | const [pure virtual] |
Used to retrieve the Secure ID of the process where serialized part of the ECam implementation runs. Secure ID will be internally used to attach to the Properties for which the Reserve notification will be subscribed for.
Serialized part of the ECam implementation is supposed to define and publish those Properties.
TInt & aSecureId | The secure ID of the process where serialized part of the ECam implementation runs. |
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.