diff -r 962e6306d9d2 -r 7ef16719d8cb smsprotocols/smsstack/smsprot/Test/TE_SMSPRTSTRESS/TE_smsprtstressserver.h --- a/smsprotocols/smsstack/smsprot/Test/TE_SMSPRTSTRESS/TE_smsprtstressserver.h Fri Feb 19 23:59:33 2010 +0200 +++ b/smsprotocols/smsstack/smsprot/Test/TE_SMSPRTSTRESS/TE_smsprtstressserver.h Fri Mar 12 15:49:38 2010 +0200 @@ -13,16 +13,16 @@ // Description: // -#if (!defined __TE_SMSPRTSTRESSSERVER_H__) -#define __TE_SMSPRTSTRESSSERVER_H__ -#include "TE_smsprtstressbase.h" -#include +#ifndef TE_SMSPRTSTRESSSERVER_H +#define TE_SMSPRTSTRESSSERVER_H -class CSmsPrtStressTestServer : public CTestServer +#include "smsstackbasetestserver.h" + +class CSmsPrtStressTestServer : public CSmsStackTestServer { public: static CSmsPrtStressTestServer* NewL(); virtual CTestStep* CreateTestStep(const TDesC& aStepName); }; -#endif +#endif // TE_SMSPRTSTRESSSERVER_H