smsprotocols/smsstack/smsprot/Test/TE_Smsprt/logcheck.h
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
--- a/smsprotocols/smsstack/smsprot/Test/TE_Smsprt/logcheck.h	Fri Mar 19 09:55:57 2010 +0200
+++ b/smsprotocols/smsstack/smsprot/Test/TE_Smsprt/logcheck.h	Fri Apr 16 16:12:37 2010 +0300
@@ -18,21 +18,20 @@
  @internalComponent 
 */
 
-#ifndef LOGCHECK_H__
-#define LOGCHECK_H__
-
+#ifndef LOGCHECK_H
+#define LOGCHECK_H
 
 #include <logwrap.h>
 #include <logview.h>
 #include <logcli.h>
 #include <e32test.h>
-#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<TLogId>* iMessageLogIds;
 		RArray<TLogId> iOriginalIds;