messagingapp/msgsettings/msginit/src/msgsimnumberdetector.cpp
changeset 52 12db4185673b
parent 23 238255e8b033
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
    27 
    27 
    28 
    28 
    29 MsgSimNumDetector::MsgSimNumDetector()
    29 MsgSimNumDetector::MsgSimNumDetector()
    30 {
    30 {
    31 	QDEBUG_WRITE("MsgSimNumDetector::MsgSimNumDetector : Enter")
    31 	QDEBUG_WRITE("MsgSimNumDetector::MsgSimNumDetector : Enter")
    32 	d_ptr = new MsgSimNumDetectorPrivate();
    32     d_ptr = q_check_ptr(new MsgSimNumDetectorPrivate());
    33 	QDEBUG_WRITE("MsgSimNumDetector::MsgSimNumDetector : Exit")
    33 	QDEBUG_WRITE("MsgSimNumDetector::MsgSimNumDetector : Exit")
    34 }
    34 }
    35 
    35 
    36 
    36 
    37 MsgSimNumDetector::~MsgSimNumDetector()
    37 MsgSimNumDetector::~MsgSimNumDetector()
    49 MsgSimNumDetectorPrivate::MsgSimNumDetectorPrivate():
    49 MsgSimNumDetectorPrivate::MsgSimNumDetectorPrivate():
    50 mSimOperation(NULL)
    50 mSimOperation(NULL)
    51 {
    51 {
    52   QDEBUG_WRITE("MsgSimNumDetectorPrivate::MsgSimNumDetectorPrivate : Enter")
    52   QDEBUG_WRITE("MsgSimNumDetectorPrivate::MsgSimNumDetectorPrivate : Enter")
    53   
    53   
    54   TRAP_IGNORE(initL());
    54   initL();
    55   
    55   
    56   QDEBUG_WRITE("MsgSimNumDetectorPrivate::MsgSimNumDetectorPrivate : Exit")
    56   QDEBUG_WRITE("MsgSimNumDetectorPrivate::MsgSimNumDetectorPrivate : Exit")
    57 
    57 
    58 }
    58 }
    59 
    59