omads/omadsextensions/adapters/sms/src/VMessageParser.cpp
branchRCL_3
changeset 52 4f0867e42d62
parent 51 8e7494275d3a
equal deleted inserted replaced
51:8e7494275d3a 52:4f0867e42d62
    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;