wlanutilities/wlanlogin/wlanloginapp/inc/wlanlogindocumentloader.h
branchRCL_3
changeset 25 f28ada11abbf
parent 24 63be7eb3fc78
equal deleted inserted replaced
24:63be7eb3fc78 25:f28ada11abbf
     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: Document loader of WLAN Login application
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef WLANLOGINDOCUMENTLOADER_H
       
    19 #define WLANLOGINDOCUMENTLOADER_H
       
    20 
       
    21 // System includes
       
    22 #include <QObject>
       
    23 #include <HbDocumentLoader>
       
    24 
       
    25 // User includes
       
    26 
       
    27 // Forward declarations
       
    28 class HbMainWindow;
       
    29 class QString;
       
    30 
       
    31 // External data types
       
    32 
       
    33 // Constants
       
    34 
       
    35 // Class declaration
       
    36 class WlanLoginDocumentLoader : public HbDocumentLoader
       
    37 {
       
    38 public:
       
    39     WlanLoginDocumentLoader(const HbMainWindow *window);
       
    40     ~WlanLoginDocumentLoader();
       
    41 protected:
       
    42     QObject *createObject(const QString& type, const QString &name);
       
    43 
       
    44 };
       
    45 
       
    46 #endif // WLANLOGINDOCUMENTLOADER_H