MVccCchObserver Class Reference
Observer class for
CVccCchMonitor
The class that defines observer interfaces. Used to get notifications when CCH states changes.
class CMyClass : public CBase, public MVccCchObserver
{
public:
...
void CchServiceStatusChanged( TServiceStatus aStatus );
...
}
void MyClass::CchServiceStatusChanged( TServiceStatus aStatus )
{
if ( aStatus == MVccCchObserver::EServiceUnavailable )
{
ServiceNotWorking();
}
else
{
ServiceWorking();
}
}
vcchotrigger.lib
-
Since
-
S60 v3.2
Member Functions Documentation
CchServiceStatusChanged(TServiceStatus)
void
|
CchServiceStatusChanged
|
(
|
TServiceStatus
|
aStatus
|
)
|
[pure virtual]
|
Observer interface. Called when the CCH status has been changed.
Member Enumerations Documentation
Enum TServiceStatus
Enumerators
EServiceUnavailable = 0
|
|
EServiceAvailable
|
|
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.