equal
deleted
inserted
replaced
22 |
22 |
23 |
23 |
24 |
24 |
25 |
25 |
26 #include <e32std.h> |
26 #include <e32std.h> |
27 #include <FeatMgr.h> |
27 #include <featmgr.h> |
28 #include "findutil.h" |
28 #include "FindUtil.h" |
29 #include "findutilbase.h" |
29 #include "FindUtilBase.h" |
30 |
30 |
31 #ifdef __WINS__ |
31 #ifdef __WINS__ |
32 #include <FeatMgr.h> |
32 #include <featmgr.h> |
33 #endif |
33 #endif |
34 |
34 |
35 typedef MFindUtil* (*TFindUtilFactoryFunctionL)(); |
35 typedef MFindUtil* (*TFindUtilFactoryFunctionL)(); |
36 _LIT( KFindUtilImpl, "FindUtilImpl.dll" ); |
36 _LIT( KFindUtilImpl, "FindUtilImpl.dll" ); |
37 #ifdef __WINS__ |
37 #ifdef __WINS__ |