accessoryservices/accessoryremotecontrol/tsrc/stub/audiostuborbit/audiostuborbit.h
branchRCL_3
changeset 21 ccb4f6b3db21
equal deleted inserted replaced
20:1ddbe54d0645 21:ccb4f6b3db21
       
     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:  Backend for the Qt app
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef AUDIOSTUBORBIT_H
       
    19 #define AUDIOSTUBORBIT_H
       
    20 
       
    21 #include <HbMainWindow>
       
    22 
       
    23 class CTspClientMapper;
       
    24 class CAudioClientStubRemConObserver;
       
    25 
       
    26 class audiostuborbit : public HbMainWindow
       
    27 {
       
    28     Q_OBJECT
       
    29 
       
    30 public:
       
    31 	audiostuborbit(QWidget *parent = 0);
       
    32     ~audiostuborbit();
       
    33 
       
    34 private:
       
    35     CTspClientMapper* iTspClientMapper;
       
    36     CAudioClientStubRemConObserver* iRemConObserver;
       
    37 };
       
    38 
       
    39 #endif // AUDIOSTUBORBIT_H