diff -r c76a0b1755b9 -r 2be0b271d017 phoneapp/phoneuiqtviewadapter/tsrc/ut_phonecallheaderutil/ut_phonecallheaderutilstubs.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phoneapp/phoneuiqtviewadapter/tsrc/ut_phonecallheaderutil/ut_phonecallheaderutilstubs.cpp Mon Oct 04 00:16:48 2010 +0300 @@ -0,0 +1,40 @@ +#include "coemain.h" +CCoeEnv *CCoeEnv::Static( ) + { + return 0; + } + +CCoeStatic *CCoeEnv::Static(TUid /*aUid*/) + { + return 0; + } + +CCoeStatic::CCoeStatic() + { + } + +CCoeStatic::~CCoeStatic() + { + } + +CCoeStatic::CCoeStatic(TUid /*aUid*/, TScope /*aScope*/) + { + } + +CCoeStatic::CCoeStatic(TUid /*aUid*/, TInt /*aDestructionPriority*/, TScope /*aScope*/ ) + { + } + +void CCoeStatic::CCoeStatic_Reserved1( ) + { + } + +void CCoeStatic::CCoeStatic_Reserved2( ) + { + } + +#include +TBool BaflUtils::FileExists(const RFs& /*aFs*/,const TDesC& /*aFileName*/) +{ + return ETrue; +}