messagingapp/msgsettings/msginit/inc/simscnumberdetector.h
changeset 52 12db4185673b
parent 23 238255e8b033
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
    47 
    47 
    48 // FORWARD DECLARATIONS
    48 // FORWARD DECLARATIONS
    49 class CClientMtmRegistry;
    49 class CClientMtmRegistry;
    50 class CStartUpMonitor;
    50 class CStartUpMonitor;
    51 class CRepository;
    51 class CRepository;
       
    52 class COutboxObserver;
    52 
    53 
    53 /**
    54 /**
    54  * Observer to indicate when SIM operation has been completed.
    55  * Observer to indicate when SIM operation has been completed.
    55  */
    56  */
    56 class MSimOperationObserver
    57 class MSimOperationObserver
   198     CClientMtmRegistry* iClientRegistry;
   199     CClientMtmRegistry* iClientRegistry;
   199     TInt iRetryCount;
   200     TInt iRetryCount;
   200     CStartUpMonitor* iStartupMonitor;
   201     CStartUpMonitor* iStartupMonitor;
   201     MSimOperationObserver& iObserver;
   202     MSimOperationObserver& iObserver;
   202     CRepository* iCenRepSession;
   203     CRepository* iCenRepSession;
   203 
   204     COutboxObserver* iOutBoxObserver;
   204 
   205 
   205 };
   206 };
   206 
   207 
   207 #endif  // not defined __SIMSCNUMBERDETECTOR_H__
   208 #endif  // not defined __SIMSCNUMBERDETECTOR_H__
   208 // End of file
   209 // End of file