screensaver/snsrplugins/snsrbigclockscreensaverplugin/inc/snsrbigclockscreensaverplugin.h
changeset 97 66b5fe3c07fd
parent 62 341166945d65
equal deleted inserted replaced
95:32e56106abf2 97:66b5fe3c07fd
       
     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: Big clock Screensaver provider.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef SNSRBIGCLOCKSCREENSAVERPLUGIN_H
       
    19 #define SNSRBIGCLOCKSCREENSAVERPLUGIN_H
       
    20 
       
    21 #include <QObject>
       
    22 #include <qserviceplugininterface.h>
       
    23 
       
    24 QTM_USE_NAMESPACE
       
    25 
       
    26 class SnsrBigClockScreensaverPlugin : public QObject,
       
    27     public QServicePluginInterface
       
    28 {
       
    29     Q_OBJECT
       
    30     Q_INTERFACES(QtMobility::QServicePluginInterface)
       
    31 
       
    32 public:
       
    33     QObject *createInstance(const QServiceInterfaceDescriptor &descriptor,
       
    34                             QServiceContext *context,
       
    35                             QAbstractSecuritySession *session);
       
    36     
       
    37 private:
       
    38     void LoadTranslator();
       
    39     
       
    40 };
       
    41 
       
    42 #endif // SNSRBIGCLOCKSCREENSAVERPLUGIN_H