messagingapp/msgsettings/msginit/inc/msgsimnumberdetector.h
changeset 48 4f501b74aeb1
parent 23 238255e8b033
equal deleted inserted replaced
46:b1f0785c289d 48:4f501b74aeb1
    34 
    34 
    35 /**
    35 /**
    36  *  MsgSimOperation
    36  *  MsgSimOperation
    37  *  
    37  *  
    38  */
    38  */
    39 class MSGINIT_DLL_EXPORT MsgSimNumDetector 
    39 class MSGINIT_DLL_EXPORT MsgSimNumDetector :public QObject
    40 {
    40 {
    41 public:
    41 public:
    42     
    42     
    43     /**
    43     /**
    44      * Constructor.
    44      * Constructor.
    55     MsgSimNumDetectorPrivate* d_ptr;
    55     MsgSimNumDetectorPrivate* d_ptr;
    56 
    56 
    57 };
    57 };
    58 
    58 
    59 
    59 
    60 class MsgSimNumDetectorPrivate : public MSimOperationObserver
    60 class MsgSimNumDetectorPrivate : public CBase, public MSimOperationObserver
    61     {
    61     {
    62 
    62 
    63 public:
    63 public:
    64     /**
    64     /**
    65      * Constructor
    65      * Constructor