phoneapp/phoneuiqtviewadapter/tsrc/ut_phonecallheaderutil/ut_phonecallheaderutilstubs.cpp
changeset 77 2be0b271d017
--- /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 <bautils.h>
+TBool BaflUtils::FileExists(const RFs& /*aFs*/,const TDesC& /*aFileName*/)
+{
+    return ETrue;
+}