74
|
1 |
#include "coemain.h"
|
|
2 |
CCoeEnv *CCoeEnv::Static( )
|
|
3 |
{
|
|
4 |
return 0;
|
|
5 |
}
|
|
6 |
|
|
7 |
CCoeStatic *CCoeEnv::Static(TUid /*aUid*/)
|
|
8 |
{
|
|
9 |
return 0;
|
|
10 |
}
|
|
11 |
|
|
12 |
CCoeStatic::CCoeStatic()
|
|
13 |
{
|
|
14 |
}
|
|
15 |
|
|
16 |
CCoeStatic::~CCoeStatic()
|
|
17 |
{
|
|
18 |
}
|
|
19 |
|
|
20 |
CCoeStatic::CCoeStatic(TUid /*aUid*/, TScope /*aScope*/)
|
|
21 |
{
|
|
22 |
}
|
|
23 |
|
|
24 |
CCoeStatic::CCoeStatic(TUid /*aUid*/, TInt /*aDestructionPriority*/, TScope /*aScope*/ )
|
|
25 |
{
|
|
26 |
}
|
|
27 |
|
|
28 |
void CCoeStatic::CCoeStatic_Reserved1( )
|
|
29 |
{
|
|
30 |
}
|
|
31 |
|
|
32 |
void CCoeStatic::CCoeStatic_Reserved2( )
|
|
33 |
{
|
|
34 |
}
|
|
35 |
|
|
36 |
#include <bautils.h>
|
|
37 |
TBool BaflUtils::FileExists(const RFs& /*aFs*/,const TDesC& /*aFileName*/)
|
|
38 |
{
|
|
39 |
return ETrue;
|
|
40 |
}
|