htiui/HtiServicePlugins/HtiMessagesServicePlugin/src/HtiMessagesServicePlugin.cpp
changeset 10 e6e3e87d58b4
parent 0 d6fe6244b863
child 11 4df3a095718c
equal deleted inserted replaced
0:d6fe6244b863 10:e6e3e87d58b4
    51     {
    51     {
    52     HTI_LOG_TEXT( "CHtiMessagesServicePlugin destroy" );
    52     HTI_LOG_TEXT( "CHtiMessagesServicePlugin destroy" );
    53     delete iMessageHandler;
    53     delete iMessageHandler;
    54     delete iIAPHandler;
    54     delete iIAPHandler;
    55     delete iMailboxHandler;
    55     delete iMailboxHandler;
       
    56     delete iMsgSettingsHandler;
    56     }
    57     }
    57 
    58 
    58 // ----------------------------------------------------------------------------
    59 // ----------------------------------------------------------------------------
    59 void CHtiMessagesServicePlugin::ConstructL()
    60 void CHtiMessagesServicePlugin::ConstructL()
    60     {
    61     {