phonebookui/phonebookapp/tsrc/ut_cntappservicehandler/qthighway_stub.cpp
changeset 24 0ba2181d7c28
equal deleted inserted replaced
0:e686773b3f54 24:0ba2181d7c28
       
     1 /*
       
     2 * Copyright (c) 2008-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 "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 #include <qglobal.h>
       
    19 #include <xqserviceprovider.h>
       
    20 
       
    21 
       
    22 // -----------------------------------------------------------------------------
       
    23 //
       
    24 // -----------------------------------------------------------------------------
       
    25 //
       
    26 XQServiceProvider::XQServiceProvider( const QString& service, QObject *parent )
       
    27 {
       
    28     Q_UNUSED(service);
       
    29     Q_UNUSED(parent);
       
    30 }
       
    31 
       
    32 XQServiceProvider::~XQServiceProvider()
       
    33 {
       
    34     
       
    35 }
       
    36 
       
    37 void XQServiceProvider::SetPlugin(QObject* impl_plugin)
       
    38 {
       
    39     Q_UNUSED(impl_plugin);
       
    40 }
       
    41 
       
    42 void XQServiceProvider::publishAll()
       
    43 {
       
    44     
       
    45 }
       
    46 
       
    47 int XQServiceProvider::setCurrentRequestAsync()
       
    48 {
       
    49     return 0;
       
    50 }
       
    51     
       
    52 bool XQServiceProvider::completeRequest(int index, const QVariant& retValue)
       
    53 {
       
    54     Q_UNUSED(index);
       
    55     Q_UNUSED(retValue);
       
    56     return true;
       
    57 }