htiui/HtiServicePlugins/HtiMessagesServicePlugin/src/HtiMessagesServicePlugin.cpp
branchCompilerCompatibility
changeset 6 a8afa76f9dd9
parent 3 2703485a934c
child 11 4df3a095718c
equal deleted inserted replaced
4:0652d1e44279 6:a8afa76f9dd9
    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     {