messagingapp/msgnotifications/msgnotifier/inc/msgnotifier.h
changeset 56 f42d9a78f435
parent 25 84d9eb65b26f
child 73 ecf6a73a9186
equal deleted inserted replaced
55:5b3b2fa8c3ec 56:f42d9a78f435
    26 #include "msginfodefs.h"
    26 #include "msginfodefs.h"
    27 
    27 
    28 // CLASS DECLARATION
    28 // CLASS DECLARATION
    29 class MsgNotifierPrivate;
    29 class MsgNotifierPrivate;
    30 class MsgSimNumDetector;
    30 class MsgSimNumDetector;
       
    31 class MsgErrorWatcher;
    31 
    32 
    32 /**
    33 /**
    33  * Stores the data required for notification.
    34  * Stores the data required for notification.
    34  * Its used to pass information from
    35  * Its used to pass information from
    35  * private class to qt - class.
    36  * private class to qt - class.
   135 
   136 
   136     /**
   137     /**
   137      * Sim settings handler
   138      * Sim settings handler
   138      */
   139      */
   139     MsgSimNumDetector* mSimHandler;
   140     MsgSimNumDetector* mSimHandler;
       
   141     
       
   142     /**
       
   143      * Pointer to error watcher
       
   144      * Own
       
   145      */
       
   146    MsgErrorWatcher* mErrorWatcher;
   140 };
   147 };
   141 
   148 
   142 #endif // MSGNOTIFIER_H
   149 #endif // MSGNOTIFIER_H
   143 //EOF
   150 //EOF