diff -r 962e6306d9d2 -r 7ef16719d8cb smsprotocols/smsstack/smsprot/Test/TE_Smsprt/logcheck.cpp --- 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);