videocollection/tsrc/stubs/inc/xqserviceutilstub.h
changeset 39 f6d44a0cd476
equal deleted inserted replaced
38:ff53afa8ad05 39:f6d44a0cd476
       
     1 /*
       
     2 * Copyright (c) 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:  stub 
       
    15 * 
       
    16 */
       
    17 
       
    18 #ifndef XQSERVICEUTILSTUB_H
       
    19 #define XQSERVICEUTILSTUB_H
       
    20 
       
    21 #include <QObject>
       
    22 #include <QString>
       
    23 
       
    24 class XQServiceUtil
       
    25 {
       
    26 public:
       
    27     static void toBackground(bool value);
       
    28     static bool isEmbedded(); 
       
    29     static bool isService();
       
    30 
       
    31     static QString interfaceName();
       
    32     static QString operationName();    
       
    33 };
       
    34 
       
    35 #endif