phonebookui/phonebookservices/inc/cntserviceviewmanager.h
branchRCL_3
changeset 19 5b6f26637ad3
equal deleted inserted replaced
18:d4f567ce2e7c 19:5b6f26637ad3
       
     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:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef CNTSERVICEVIEWMANAGER_H
       
    19 #define CNTSERVICEVIEWMANAGER_H
       
    20 
       
    21 #include "cntdefaultviewmanager.h"
       
    22 #include <cntservicescontact.h>
       
    23 
       
    24 #include <QObject>
       
    25 #include <hbmainwindow.h>
       
    26 
       
    27 class CntBaseView;
       
    28 class CntServiceHandler;
       
    29 class CntAbstractServiceProvider;
       
    30 
       
    31 class CntServiceViewManager : public CntDefaultViewManager
       
    32 {
       
    33     Q_OBJECT
       
    34 
       
    35 public:
       
    36     CntServiceViewManager(HbMainWindow *mainWindow, CntAbstractServiceProvider& aProvider );
       
    37     ~CntServiceViewManager();
       
    38 protected slots:
       
    39     virtual void closeApp();
       
    40 signals:
       
    41     void applicationClosed();
       
    42 };
       
    43 
       
    44 #endif // CNTSERVICEVIEWMANAGER_H