bluetoothengine/btxqservice/inc/btxqaddrservice.h
changeset 57 5ebadcda06cb
equal deleted inserted replaced
51:625f43ae9362 57:5ebadcda06cb
       
     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 
       
    18 
       
    19 #ifndef BTXQADDRSERVICE_H
       
    20 #define BTXQADDRSERVICE_H
       
    21 
       
    22 #include <xqserviceprovider.h>
       
    23 
       
    24 class HbDeviceDialog;
       
    25 
       
    26 
       
    27 class BtxqAddrService : public XQServiceProvider
       
    28 {
       
    29     Q_OBJECT
       
    30     
       
    31 public:
       
    32     BtxqAddrService( QObject *parent = 0 );
       
    33     ~BtxqAddrService();
       
    34 
       
    35 public slots:
       
    36     void showBTAddr();
       
    37     
       
    38 public slots:
       
    39     void handleshowBTAddrCompleted();
       
    40     
       
    41 private:
       
    42     HbDeviceDialog* mDialog;
       
    43     int mCurrentRequestIndex;
       
    44     int mError;
       
    45 };
       
    46 
       
    47 #endif // BTXQADDRSERVICE_H