smsprotocols/smsstack/wapprot/test/TE_WAPTHDR/TE_testwapthdr.cpp
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
child 42 3adadc800673
equal deleted inserted replaced
19:1f776524b15c 20:244d7c5f118e
    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  */