policymanagement/policyengine/policyengineui/inc/PolicyEngUINotifierplugin.h
branchRCL_3
changeset 26 19bba8228ff0
parent 25 b183ec05bd8c
child 27 5cc2995847ea
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
     1 /*
       
     2 * Copyright (c) 2000 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: Implementation of policymanagement components
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef POLICYENGUINOTIFIERPLUGIN_H_
       
    19 #define POLICYENGUINOTIFIERPLUGIN_H_
       
    20 
       
    21 #include <hbdevicedialogplugin.h>
       
    22 
       
    23 
       
    24 class PolicyEngUINotifierplugin : public HbDeviceDialogPlugin
       
    25     {
       
    26 
       
    27 public:
       
    28     PolicyEngUINotifierplugin();
       
    29     ~PolicyEngUINotifierplugin();
       
    30 
       
    31     //interface between client and plugin
       
    32     HbDeviceDialogInterface *createDeviceDialog(
       
    33             const QString &deviceDialogType, const QVariantMap &parameters);
       
    34 
       
    35     bool accessAllowed(const QString &deviceDialogType,
       
    36             const QVariantMap &parameters,
       
    37             const QVariantMap &securityInfo) const;
       
    38 
       
    39     bool deviceDialogInfo(const QString &deviceDialogType,
       
    40             const QVariantMap &parameters, DeviceDialogInfo *info) const;
       
    41     QStringList deviceDialogTypes() const;
       
    42     PluginFlags pluginFlags() const;
       
    43     int error() const;
       
    44     };
       
    45 #endif /* POLICYENGUINOTIFIERPLUGIN_H_ */