2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * Name : sipsystemstatemonitor.inl
16 * Part of : SIP / SIP Profile Agent
23 #ifndef CSIPSYSTEMSTATEMONITOR_INL
24 #define CSIPSYSTEMSTATEMONITOR_INL
26 // -----------------------------------------------------------------------------
27 // CSipSystemStateMonitor::~CSipSystemStateMonitor
28 // -----------------------------------------------------------------------------
30 inline CSipSystemStateMonitor::~CSipSystemStateMonitor()
32 REComSession::DestroyedImplementation( iInstanceKey );
35 // -----------------------------------------------------------------------------
36 // CSipSystemStateMonitor::CSipSystemStateMonitor
37 // -----------------------------------------------------------------------------
39 inline CSipSystemStateMonitor::CSipSystemStateMonitor()
43 // -----------------------------------------------------------------------------
44 // CSipSystemStateMonitor::StartMonitoringL
45 // -----------------------------------------------------------------------------
47 inline void CSipSystemStateMonitor::StartMonitoringL(
48 TSystemVariable /*aVariable*/,
50 MSipSystemStateObserver& /*aObserver*/ )
52 User::Leave( KErrNotSupported );
55 // -----------------------------------------------------------------------------
56 // CSipSystemStateMonitor::StopMonitoring
57 // -----------------------------------------------------------------------------
59 inline void CSipSystemStateMonitor::StopMonitoring(
60 TSystemVariable /*aVariable*/,
62 MSipSystemStateObserver& /*aObserver*/ )
66 // -----------------------------------------------------------------------------
67 // CSipSystemStateMonitor::CurrentValue
68 // -----------------------------------------------------------------------------
70 inline TInt CSipSystemStateMonitor::CurrentValue(
71 TSystemVariable /*aVariable*/,
72 TInt /*aObjectId*/ ) const
74 return KErrNotSupported;
77 #endif // CSIPSYSTEMSTATEMONITOR_INL