messagingapp/msgnotifications/msgindicatorplugin/inc/msgindicator_p.h
changeset 52 12db4185673b
parent 31 ebfee66fde93
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 #ifndef MSGINDICATOR_PRIVATE_H
    19 #ifndef MSGINDICATOR_PRIVATE_H
    20 #define MSGINDICATOR_PRIVATE_H
    20 #define MSGINDICATOR_PRIVATE_H
       
    21 
       
    22 #include <e32base.h>
    21 #include "msginfodefs.h"
    23 #include "msginfodefs.h"
       
    24 
       
    25 // Forward Declarations
    22 class MsgIndicator;
    26 class MsgIndicator;
    23 class CCSRequestHandler;
    27 class CCSRequestHandler;
    24 class IndicatorData;
    28 class IndicatorData;
    25 
    29 
    26 /**
    30 /**
    27  * Message indicator class. 
    31  * Message indicator class. 
    28  * Handles client request and showing the indications. 
    32  * Handles client request and showing the indications. 
    29  */
    33  */
    30 class MsgIndicatorPrivate 
    34 class MsgIndicatorPrivate : public CBase
    31 {
    35 {
    32 public:
    36 public:
    33     /**
    37     /**
    34      * Constructor
    38      * Constructor
    35      */
    39      */