smsprotocols/smsstack/smsprot/Test/TE_Smsprt/logcheck.cpp
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
--- a/smsprotocols/smsstack/smsprot/Test/TE_Smsprt/logcheck.cpp	Fri Mar 19 09:55:57 2010 +0200
+++ b/smsprotocols/smsstack/smsprot/Test/TE_Smsprt/logcheck.cpp	Fri Apr 16 16:12:37 2010 +0300
@@ -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);