CCameraStatusWatch Class Reference
class CCameraStatusWatch : public CActive |
Detailed Description
An active object class implemented by Symbian and used to subscribe for the updates in the Properties, retrieve the Properties and forward the notification to the client.
Note:
Serialized part of the ECam implementation is assumed to define the Properties and publish them whenever there is change in the reserve status.
Constructor & Destructor Documentation
~CCameraStatusWatch ( )
IMPORT_C | ~CCameraStatusWatch | ( | ) | |
Destructor. The destructor has to be called by the client when it does not need the desired reserve notifications any more.
Member Function Documentation
NewL ( MReserveObserver &, TInt, TInt )
Parameter | Description | aReserveObserver | Reference to an observer. |
aCameraIndex | The camera index for which the subscription is needed. |
aSecureId | The secure ID of the process where serialized part of the ECam implementation runs. |