telutils/dialpad/inc/dialpadsymbianwrapper_p_stub.h
branchRCL_3
changeset 19 7d48bed6ce0c
equal deleted inserted replaced
18:594d59766373 19:7d48bed6ce0c
       
     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 DIALPADSYMBIANWRAPPERPRIVATE_H
       
    19 #define DIALPADSYMBIANWRAPPERPRIVATE_H
       
    20 
       
    21 #include <QString>
       
    22 #include <qglobal.h>
       
    23 
       
    24 class DialpadSymbianWrapper;
       
    25 
       
    26 
       
    27 /*!
       
    28     DialpadSymbianWrapperPrivate
       
    29     
       
    30 */
       
    31 class  DialpadSymbianWrapperPrivate
       
    32 {
       
    33 
       
    34 public:
       
    35     
       
    36     DialpadSymbianWrapperPrivate(DialpadSymbianWrapper *parent);
       
    37     ~DialpadSymbianWrapperPrivate();
       
    38     
       
    39     int getMailboxNumber(QString &vmbxNumber);
       
    40     int getVideoMailboxNumber(QString &vmbxNumber);
       
    41     
       
    42     int defineMailboxNumber(QString &vmbxNumber);
       
    43     int defineVideoMailboxNumber(QString &vmbxNumber);
       
    44 
       
    45 private:
       
    46 
       
    47     DialpadSymbianWrapper *const q_ptr;
       
    48     Q_DECLARE_PUBLIC(DialpadSymbianWrapper)
       
    49 
       
    50     int mTimes;
       
    51 };
       
    52 
       
    53 #endif // DIALPADSYMBIANWRAPPERPRIVATE_H