msg_plat/new_message_notification_api/inc/MNcnInternalNotification.h
changeset 5 4697dfb2d7ad
parent 0 72b543305e3a
equal deleted inserted replaced
4:e9eae96aa117 5:4697dfb2d7ad
    20 
    20 
    21 #ifndef __MNCNINTERNALNOTIFICATION_H__
    21 #ifndef __MNCNINTERNALNOTIFICATION_H__
    22 #define __MNCNINTERNALNOTIFICATION_H__
    22 #define __MNCNINTERNALNOTIFICATION_H__
    23 
    23 
    24 //  INCLUDES
    24 //  INCLUDES
    25 #include <mncnnotification.h>
    25 #include <MNcnNotification.h>
    26 #include <ncnnotificationdefs.h>
    26 #include <NcnNotificationDefs.h>
    27 
    27 
    28 // FORWARD DECLARATIONS
    28 // FORWARD DECLARATIONS
    29 
    29 
    30 // CLASS DECLARATION
    30 // CLASS DECLARATION
    31 
    31 
   142          * Cancels an outstanding MarkUnread request.
   142          * Cancels an outstanding MarkUnread request.
   143          */                         
   143          */                         
   144         virtual void CancelMarkUnread( ) = 0;
   144         virtual void CancelMarkUnread( ) = 0;
   145     };
   145     };
   146 
   146 
   147 #include <mncninternalnotification.inl>
   147 #include <MNcnInternalNotification.inl>
   148 
   148 
   149 #endif // __MNCNINTERNALNOTIFICATION_H__
   149 #endif // __MNCNINTERNALNOTIFICATION_H__
   150 
   150 
   151 // End of File
   151 // End of File