smsprotocols/smsstack/wapprot/test/TE_WAPTHDR/TE_testwapthdr.cpp
branchRCL_3
changeset 5 7ef16719d8cb
parent 0 3553901f7fa8
child 19 630d2f34d719
equal deleted inserted replaced
3:962e6306d9d2 5:7ef16719d8cb
    13 // Description:
    13 // Description:
    14 // @file
    14 // @file
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
       
    18 #include "TE_testwapthdr.h"
    18 
    19 
    19 #include "TE_wapthdrbase.h"
    20 #include "TE_wapthdrbase.h"
    20 #include "TE_testwapthdr.h"
       
    21 #include "smsstackutils.h"
    21 #include "smsstackutils.h"
    22 
    22 
    23 #if defined (__WINS__)
       
    24 #define PDD_NAME _L("ECDRV")
       
    25 #define LDD_NAME _L("ECOMM")
       
    26 #else
       
    27 #define PDD_NAME _L("EUART1")
       
    28 #define LDD_NAME _L("ECOMM")
       
    29 #endif
       
    30 
       
    31 const TInt KSmsLogBufferSize = 1280;
    23 const TInt KSmsLogBufferSize = 1280;
    32 
       
    33 
    24 
    34 TVerdict CTestParseWapTextMessage::doTestStepL()
    25 TVerdict CTestParseWapTextMessage::doTestStepL()
    35 /*
    26 /*
    36  * implementation of Parse Wap Text Message test case
    27  * implementation of Parse Wap Text Message test case
    37  */
    28  */