emailuis/nmhswidget/inc/nmhswidgetdatetimeobserver_p.h
branchRCL_3
changeset 24 d189ee25cf9d
equal deleted inserted replaced
23:dcf0eedfc1a3 24:d189ee25cf9d
       
     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 #ifndef NMHSWIDGETDATETIMEOBSERVERPRIVATE_H
       
    19 #define NMHSWIDGETDATETIMEOBSERVERPRIVATE_H
       
    20 
       
    21 #include <qglobal.h>
       
    22 
       
    23 class NmHsWidgetDateTimeObserver;
       
    24 class CEnvironmentChangeNotifier;
       
    25 
       
    26 class NmHsWidgetDateTimeObserverPrivate
       
    27 {
       
    28 public:
       
    29     explicit NmHsWidgetDateTimeObserverPrivate(NmHsWidgetDateTimeObserver *q = 0);
       
    30     ~NmHsWidgetDateTimeObserverPrivate();
       
    31     
       
    32 private:
       
    33     TInt HandleLocaleChange();
       
    34     static TInt LocaleChangeCallback(TAny* aThisPtr);
       
    35     
       
    36 private:
       
    37     Q_DISABLE_COPY(NmHsWidgetDateTimeObserverPrivate)
       
    38 
       
    39     NmHsWidgetDateTimeObserver *q_ptr;
       
    40     
       
    41     /*
       
    42      * Owned
       
    43      */
       
    44     CEnvironmentChangeNotifier* iLocaleNotifier;
       
    45 };
       
    46 
       
    47 #endif // NMHSWIDGETDATETIMEOBSERVERPRIVATE_H