htiui/HtiServicePlugins/HtiMessagesServicePlugin/src/HtiMessagesServicePlugin.cpp
branchRCL_3
changeset 11 454d022d514b
parent 3 2703485a934c
equal deleted inserted replaced
9:404ad6c9bc20 11:454d022d514b
    22 #include "HtiIAPHandler.h"
    22 #include "HtiIAPHandler.h"
    23 #include "HtiMailboxHandler.h"
    23 #include "HtiMailboxHandler.h"
    24 #include "HtiMsgSettingsHandler.h"
    24 #include "HtiMsgSettingsHandler.h"
    25 
    25 
    26 #include <HtiDispatcherInterface.h>
    26 #include <HtiDispatcherInterface.h>
    27 #include <HTILogging.h>
    27 #include <HtiLogging.h>
    28 
    28 
    29 // CONSTANTS
    29 // CONSTANTS
    30 _LIT8( KErrorMissingCommand, "Command was not given - message was empty" );
    30 _LIT8( KErrorMissingCommand, "Command was not given - message was empty" );
    31 _LIT8( KErrorUnrecognizedCommand, "Unrecognized command" );
    31 _LIT8( KErrorUnrecognizedCommand, "Unrecognized command" );
    32 
    32