smsprotocols/smsstack/smsprot/Test/TE_SMSSTOR/TE_smsstorbase.h
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
19:1f776524b15c 20:244d7c5f118e
    14 //
    14 //
    15 
    15 
    16 #ifndef _TE_SMSSTORBASE_H_
    16 #ifndef _TE_SMSSTORBASE_H_
    17 #define _TE_SMSSTORBASE_H_
    17 #define _TE_SMSSTORBASE_H_
    18 
    18 
       
    19 #include <testconfigfileparser.h>
       
    20 #include <test/testexecuteserverbase.h>
       
    21 #include <logwrap.h>
       
    22 #include <es_sock.h>
       
    23 
    19 #include "gsmubuf.h"
    24 #include "gsmubuf.h"
    20 #include "Gsmumsg.h"
    25 #include "Gsmumsg.h"
    21 #include "gsmuset.h"
    26 #include "gsmuset.h"
    22 #include "smsuset.h"
    27 #include "smsuset.h"
    23 #include "testconfigfileparser.h"
    28 #include "testconfigfileparser.h"
    24 
       
    25 #include <es_sock.h>
       
    26 #include "smsuaddr.H"
    29 #include "smsuaddr.H"
    27 #include "smsustrm.h"
    30 #include "smsustrm.h"
    28 
       
    29 #include "smsprot.h"
    31 #include "smsprot.h"
    30 
       
    31 #include <logwrap.h>
       
    32 
       
    33 #include <testconfigfileparser.h>
       
    34 #include <test/testexecuteserverbase.h>
       
    35 
       
    36 
    32 
    37 const TInt KMaxNumberOfCharsFor7BitSms = 160;
    33 const TInt KMaxNumberOfCharsFor7BitSms = 160;
    38 
    34 
    39 class CSmsStorTestStep : public CTestStep
    35 class CSmsStorTestStep : public CTestStep
    40 	{
    36 	{