phoneengine/networkhandlingstarter/tsrc/mocks/mock_cppluginlauncher.cpp
changeset 45 6b911d05207e
parent 27 2f8f8080a020
equal deleted inserted replaced
37:ba76fc04e6c2 45:6b911d05207e
     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
    31     SMC_MOCK_METHOD2( bool, const QString &, pluginFile, 
    31     SMC_MOCK_METHOD2( bool, const QString &, pluginFile, 
    32         int, index )
    32         int, index )
    33     }
    33     }
    34 
    34 
    35 
    35 
       
    36 // -----------------------------------------------------------------------------
       
    37 // CpPluginLauncher::launchSettingView
       
    38 // -----------------------------------------------------------------------------
       
    39 //
       
    40 CpBaseSettingView * CpPluginLauncher::launchSettingView( 
       
    41         const QString & pluginFile,
       
    42         const QVariant & hint )
       
    43     {
       
    44     SMC_MOCK_METHOD2( CpBaseSettingView *, const QString &, pluginFile, 
       
    45         const QVariant &, hint )
       
    46     }
       
    47 
       
    48