epoc32/include/sipsystemstatemonitor.inl
branchSymbian2
changeset 2 2fe1408b6811
equal deleted inserted replaced
1:666f914201fb 2:2fe1408b6811
       
     1 /*
       
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     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".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 * Name          : sipsystemstatemonitor.inl
       
    16 * Part of       : SIP / SIP Profile Agent
       
    17 * Version       : SIP/6.0 
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 
       
    23 #ifndef CSIPSYSTEMSTATEMONITOR_INL
       
    24 #define CSIPSYSTEMSTATEMONITOR_INL
       
    25 
       
    26 // -----------------------------------------------------------------------------
       
    27 // CSipSystemStateMonitor::~CSipSystemStateMonitor
       
    28 // -----------------------------------------------------------------------------
       
    29 //
       
    30 inline CSipSystemStateMonitor::~CSipSystemStateMonitor()
       
    31 	{
       
    32 	REComSession::DestroyedImplementation( iInstanceKey );
       
    33 	}
       
    34 
       
    35 // -----------------------------------------------------------------------------
       
    36 // CSipSystemStateMonitor::CSipSystemStateMonitor
       
    37 // -----------------------------------------------------------------------------
       
    38 //
       
    39 inline CSipSystemStateMonitor::CSipSystemStateMonitor()
       
    40 	{
       
    41 	}
       
    42 
       
    43 // -----------------------------------------------------------------------------
       
    44 // CSipSystemStateMonitor::StartMonitoringL
       
    45 // -----------------------------------------------------------------------------
       
    46 //	
       
    47 inline void CSipSystemStateMonitor::StartMonitoringL( 
       
    48     TSystemVariable /*aVariable*/,
       
    49     TInt /*aObjectId*/,
       
    50     MSipSystemStateObserver& /*aObserver*/ )
       
    51     {
       
    52     User::Leave( KErrNotSupported );
       
    53     }
       
    54 
       
    55 // -----------------------------------------------------------------------------
       
    56 // CSipSystemStateMonitor::StopMonitoring
       
    57 // -----------------------------------------------------------------------------
       
    58 //
       
    59 inline void CSipSystemStateMonitor::StopMonitoring( 
       
    60     TSystemVariable /*aVariable*/, 
       
    61     TInt /*aObjectId*/,
       
    62     MSipSystemStateObserver& /*aObserver*/ )
       
    63     {
       
    64     }
       
    65 
       
    66 // -----------------------------------------------------------------------------
       
    67 // CSipSystemStateMonitor::CurrentValue
       
    68 // -----------------------------------------------------------------------------
       
    69 //
       
    70 inline TInt CSipSystemStateMonitor::CurrentValue( 
       
    71     TSystemVariable /*aVariable*/,
       
    72     TInt /*aObjectId*/ ) const
       
    73     {
       
    74     return KErrNotSupported;
       
    75     }
       
    76 	
       
    77 #endif // CSIPSYSTEMSTATEMONITOR_INL