smsprotocols/smsstack/smsprot/Test/TE_SMSPRTSTRESS/TE_smsprtstress.h
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
19:1f776524b15c 20:244d7c5f118e
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
       
    16 #ifndef TE_SMSPRTSTRESS_H
       
    17 #define TE_SMSPRTSTRESS_H
    16 
    18 
    17 #ifndef __TE_SMSPRTSTRESS_H_
    19 #include "TE_smsprtstressbase.h"
    18 #define __TE_SMSPRTSTRESS_H_
       
    19 
       
    20 
       
    21 class CTestInit : public CSmsPrtStressTestStep
       
    22 	{
       
    23 public:
       
    24 	virtual TVerdict doTestStepL();
       
    25 	};
       
    26 
    20 
    27 class CTestRxAndRead : public CSmsPrtStressTestStep
    21 class CTestRxAndRead : public CSmsPrtStressTestStep
    28 	{
    22 	{
    29 public:
    23 public:
    30 	virtual TVerdict doTestStepL();
    24 	virtual TVerdict doTestStepL();
    40 	{
    34 	{
    41 public:
    35 public:
    42 	virtual TVerdict doTestStepL();
    36 	virtual TVerdict doTestStepL();
    43 
    37 
    44 private:
    38 private:
       
    39 	// TODO: replace with one from CSmsBaseTestStep
    45 	TInt SendSmsL(RSocket& aSocket);
    40 	TInt SendSmsL(RSocket& aSocket);
    46 	RSocketServ iSocketServer;
       
    47 	};
    41 	};
    48 
    42 
    49 class CTestSmsPrtBackupWhenPhoneIsOff : public CSmsPrtStressTestStep
    43 class CTestSmsPrtBackupWhenPhoneIsOff : public CSmsPrtStressTestStep
    50 	{
    44 	{
    51 public:
    45 public:
    52 	virtual TVerdict doTestStepL();
    46 	virtual TVerdict doTestStepL();
    53 
       
    54 private:
       
    55 	RSocketServ iSocketServer;
       
    56 	};
    47 	};
    57 
    48 
    58 #endif
    49 #endif // TE_SMSPRTSTRESS_H