smsprotocols/smsstack/smsprot/Test/TE_Smsprt/logcheck.cpp
branchRCL_3
changeset 14 7ef16719d8cb
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
--- a/smsprotocols/smsstack/smsprot/Test/TE_Smsprt/logcheck.cpp	Fri Feb 19 23:59:33 2010 +0200
+++ b/smsprotocols/smsstack/smsprot/Test/TE_Smsprt/logcheck.cpp	Fri Mar 12 15:49:38 2010 +0200
@@ -19,7 +19,7 @@
 
 #include "logcheck.h"
 
-CSmsLogChecker* CSmsLogChecker::NewL(RFs& aFs, CSmsPrtTestStep* aTest, TInt aPriority)
+CSmsLogChecker* CSmsLogChecker::NewL(RFs& aFs, CSmsBaseTestStep* aTest, TInt aPriority)
 	{
 	CSmsLogChecker* self = new (ELeave) CSmsLogChecker(aFs, aTest, aPriority);
 	CleanupStack::PushL(self);
@@ -42,7 +42,7 @@
 	iFilter->SetDirection(iDirection);
 	}
 
-CSmsLogChecker::CSmsLogChecker(RFs& aFs, CSmsPrtTestStep* aTest, TInt aPriority)
+CSmsLogChecker::CSmsLogChecker(RFs& aFs, CSmsBaseTestStep* aTest, TInt aPriority)
 	:CActive(aPriority), iFs(aFs), iTest(aTest)
 	{
 	CActiveScheduler::Add(this);