phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpnetworkpluginform.cpp
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 30 ebdbd102c78a
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
     1 /* 
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
    94 
    94 
    95 // -----------------------------------------------------------------------------
    95 // -----------------------------------------------------------------------------
    96 // CpNetworkPluginForm::operatorSelectionStateChanged
    96 // CpNetworkPluginForm::operatorSelectionStateChanged
    97 // -----------------------------------------------------------------------------
    97 // -----------------------------------------------------------------------------
    98 //
    98 //
    99 void CpNetworkPluginForm::operatorSelectionStateChanged( 
    99 void CpNetworkPluginForm::operatorSelectionStateChanged(  )
   100         bool index )
       
   101     {
   100     {
   102     SMC_MOCK_METHOD1( void, bool, index )
   101     SMC_MOCK_METHOD0( void )
   103     }
   102     }
   104 
   103 
   105 
   104 
   106 // -----------------------------------------------------------------------------
   105 // -----------------------------------------------------------------------------
   107 // CpNetworkPluginForm::networkAccessModeGot
   106 // CpNetworkPluginForm::networkAccessModeGot
   180     {
   179     {
   181 //    SMC_MOCK_METHOD2( void, PSetNetworkWrapper::NetworkInfo &, currentInfo, 
   180 //    SMC_MOCK_METHOD2( void, PSetNetworkWrapper::NetworkInfo &, currentInfo, 
   182 //        PSetNetworkWrapper::RegistrationStatus &, status )
   181 //        PSetNetworkWrapper::RegistrationStatus &, status )
   183     }
   182     }
   184 
   183 
       
   184 // -----------------------------------------------------------------------------
       
   185 // CpNetworkPluginForm::finishedManualSelectiondialog
       
   186 // -----------------------------------------------------------------------------
       
   187 //
       
   188 void CpNetworkPluginForm::finishedManualSelectiondialog( 
       
   189         HbAction* /*action*/  )
       
   190     {
       
   191    // SMC_MOCK_METHOD1( void, HbAction *, action )
       
   192     }
   185 
   193 
       
   194