diff -r 962e6306d9d2 -r 7ef16719d8cb smsprotocols/smsstack/smsprot/Test/TE_Smsprt/logcheck.h --- a/smsprotocols/smsstack/smsprot/Test/TE_Smsprt/logcheck.h Fri Feb 19 23:59:33 2010 +0200 +++ b/smsprotocols/smsstack/smsprot/Test/TE_Smsprt/logcheck.h Fri Mar 12 15:49:38 2010 +0200 @@ -18,21 +18,20 @@ @internalComponent */ -#ifndef LOGCHECK_H__ -#define LOGCHECK_H__ - +#ifndef LOGCHECK_H +#define LOGCHECK_H #include #include #include #include -#include "TE_smsprt.h" +#include "smsstackbaseteststeps.h" class CSmsLogChecker : public CActive { public: - static CSmsLogChecker* NewL(RFs& aFs, CSmsPrtTestStep* aTest, TInt aPriority); + static CSmsLogChecker* NewL(RFs& aFs, CSmsBaseTestStep* aTest, TInt aPriority); ~CSmsLogChecker(); void CountOriginalIdsL(TRequestStatus& aStatus); @@ -54,7 +53,7 @@ ENext } iState; - CSmsLogChecker(RFs& aFs, CSmsPrtTestStep* aTest, TInt aPriority); + CSmsLogChecker(RFs& aFs, CSmsBaseTestStep* aTest, TInt aPriority); void ConstructL(); void RunL(); TInt RunError(TInt aError); @@ -67,7 +66,7 @@ private: RFs& iFs; - CSmsPrtTestStep* iTest; + CSmsBaseTestStep* iTest; const RArray* iMessageLogIds; RArray iOriginalIds;