phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneindicatorcontroller/xqappmanager.h
changeset 74 d1c62c765e48
equal deleted inserted replaced
65:2a5d4ab426d3 74:d1c62c765e48
       
     1 /*!
       
     2 * Copyright (c) 2010 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 #ifndef XQAPPMANAGER_H_
       
    18 #define XQAPPMANAGER_H_
       
    19 
       
    20 #include<QObject>
       
    21 #include<QDebug>
       
    22 #include "xqaiwrequest.h"
       
    23 #include "qservicefilter.h"
       
    24 #include "qserviceinterfacedescriptor.h"
       
    25  
       
    26  /*!
       
    27  * Mock
       
    28   */
       
    29 class XQApplicationManager: public QObject
       
    30 {
       
    31 Q_OBJECT
       
    32 public:
       
    33     XQApplicationManager();
       
    34      virtual ~XQApplicationManager();
       
    35  
       
    36     XQAiwRequest* create(const QString& /*interface*/, const QString& /*operation*/, bool embedded = true);
       
    37     XQAiwRequest* create(const QString& /*service*/, const QString& /*interface*/, const QString& /*operation*/, bool embedded = true);
       
    38 };
       
    39 
       
    40 #endif /* XQAPPMANAGER_H_ */