omads/omadsextensions/adapters/sms/src/VMessageParser.cpp
branchRCL_3
changeset 24 8e7494275d3a
parent 0 dab8a81a92de
child 25 4f0867e42d62
equal deleted inserted replaced
23:2bb96f4ecad8 24:8e7494275d3a
    18 
    18 
    19 
    19 
    20 #include <e32std.h>
    20 #include <e32std.h>
    21 #include <msvids.h>
    21 #include <msvids.h>
    22 #include <txtrich.h>
    22 #include <txtrich.h>
    23 #include "VMessageParser.h"
    23 #include "vmessageparser.h"
    24 #include "Logger.h"
    24 #include "logger.h"
    25 
    25 
    26 
    26 
    27 const TInt KVersionMaxLength = 4;
    27 const TInt KVersionMaxLength = 4;
    28 const TInt KDateMaxLength = 48;
    28 const TInt KDateMaxLength = 48;
    29 const TInt KTagAndValueMaxLength = 48;
    29 const TInt KTagAndValueMaxLength = 48;