hti/HtiFramework/src/HtiCommAdapter.cpp
branchRCL_3
changeset 4 73ff0d268e1d
parent 0 a03f92240627
child 9 8a14024f954a
equal deleted inserted replaced
1:28c1bd28d474 4:73ff0d268e1d
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include "HtiCommAdapter.h"
    19 #include "HtiCommAdapter.h"
    20 #include "HtiDispatcher.h"
    20 #include "HtiDispatcher.h"
    21 #include "HTICommPluginInterface.h"
    21 #include "HtiCommPluginInterface.h"
    22 #include "HtiMessage.h"
    22 #include "HtiMessage.h"
    23 #include "HtiNotifier.h"
    23 #include "HtiNotifier.h"
    24 
    24 
    25 #include "HTILogging.h"
    25 #include "HtiLogging.h"
    26 
    26 
    27 //default value for max message size for incoming messages
    27 //default value for max message size for incoming messages
    28 //used if value in constructor is not valid (<0)
    28 //used if value in constructor is not valid (<0)
    29 const static TInt KMaxMessageSize = 10 * 1024; // 10 KB
    29 const static TInt KMaxMessageSize = 10 * 1024; // 10 KB
    30 
    30