phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpphonenotes.cpp
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 30 ebdbd102c78a
parent 45 6b911d05207e
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
    88         int, errorCode )
    88         int, errorCode )
    89     }
    89     }
    90 
    90 
    91 
    91 
    92 // -----------------------------------------------------------------------------
    92 // -----------------------------------------------------------------------------
    93 // CpPhoneNotes::showBasicServiceList
       
    94 // -----------------------------------------------------------------------------
       
    95 //
       
    96 void CpPhoneNotes::showBasicServiceList( 
       
    97         const QString & title,
       
    98         const QList<unsigned char> & basicServiceGroupIds )
       
    99     {
       
   100     SMC_MOCK_METHOD2( void, const QString &, title, 
       
   101         const QList<unsigned char> &, basicServiceGroupIds )
       
   102     }
       
   103 
       
   104 
       
   105 // -----------------------------------------------------------------------------
       
   106 // CpPhoneNotes::showCallDivertDetails
    93 // CpPhoneNotes::showCallDivertDetails
   107 // -----------------------------------------------------------------------------
    94 // -----------------------------------------------------------------------------
   108 //
    95 //
   109 void CpPhoneNotes::showCallDivertDetails( 
    96 void CpPhoneNotes::showCallDivertDetails( 
   110         const PSCallDivertingStatus & divertStatus )
    97         const PSCallDivertingStatus & divertStatus )
   152 // -----------------------------------------------------------------------------
   139 // -----------------------------------------------------------------------------
   153 // CpPhoneNotes::finishedPasswordQueryDialog
   140 // CpPhoneNotes::finishedPasswordQueryDialog
   154 // -----------------------------------------------------------------------------
   141 // -----------------------------------------------------------------------------
   155 //
   142 //
   156 void CpPhoneNotes::finishedPasswordQueryDialog( 
   143 void CpPhoneNotes::finishedPasswordQueryDialog( 
   157         HbAction * action )
   144         HbAction * /*action*/ )
   158     {
   145     {
   159     //SMC_MOCK_METHOD1( void, HbAction *, action )
   146     //SMC_MOCK_METHOD1( void, HbAction *, action )
   160     }
   147     }
   161 
   148 
       
   149 // -----------------------------------------------------------------------------
       
   150 // CpPhoneNotes::showNotificationDialog
       
   151 // -----------------------------------------------------------------------------
       
   152 //
       
   153 void CpPhoneNotes::showNotificationDialog( 
       
   154         const QString & text )
       
   155     {
       
   156     SMC_MOCK_METHOD1( void, const QString &, text )
       
   157     }
   162 
   158 
   163 // -----------------------------------------------------------------------------
   159 // -----------------------------------------------------------------------------
   164 // CpPhoneNotes::activeNoteAboutToClose
   160 // CpPhoneNotes::activeNoteAboutToClose
   165 // -----------------------------------------------------------------------------
   161 // -----------------------------------------------------------------------------
   166 //
   162 //