omads/omadsextensions/adapters/sms/src/SmsDataStore.cpp
branchRCL_3
changeset 52 4f0867e42d62
parent 51 8e7494275d3a
equal deleted inserted replaced
51:8e7494275d3a 52:4f0867e42d62
    20 #include <msvstd.h>
    20 #include <msvstd.h>
    21 #include <msvapi.h>
    21 #include <msvapi.h>
    22 #include <msvids.h>
    22 #include <msvids.h>
    23 #include <mtclreg.h>
    23 #include <mtclreg.h>
    24 #include <centralrepository.h>
    24 #include <centralrepository.h>
    25 #include "smsdatastore.h"
    25 #include "SmsDataStore.h"
    26 #include "smsdataproviderdefs.h"
    26 #include "SmsDataProviderDefs.h"
    27 #include "logger.h"
    27 #include "Logger.h"
    28 #include "smsadaptermsvapi.h"
    28 #include "SMSAdapterMsvApi.h"
    29 #include "vmessageparser.h"
    29 #include "VMessageParser.h"
    30 #include "omadsfolderobject.h"
    30 #include "OMADSFolderObject.h"
    31 
    31 
    32 // This is used, when databuffer is not initialized
    32 // This is used, when databuffer is not initialized
    33 const TInt KDataBufferNotReady = -1;
    33 const TInt KDataBufferNotReady = -1;
    34 // Size for internal CBufFlat, used to buffer SMS messages
    34 // Size for internal CBufFlat, used to buffer SMS messages
    35 const TInt KDataBufferSize = 1024;
    35 const TInt KDataBufferSize = 1024;