24 #include <aknlists.h> |
24 #include <aknlists.h> |
25 #include <AknUtils.h> // AknTextUtils |
25 #include <AknUtils.h> // AknTextUtils |
26 #include <featmgr.h> |
26 #include <featmgr.h> |
27 #include <CProfileEngineHandler.h> |
27 #include <CProfileEngineHandler.h> |
28 #include <CProfileIndexHandler.h> |
28 #include <CProfileIndexHandler.h> |
29 #include <mprofileengineextended.h> |
29 #include <MProfileEngineExtended.h> |
30 #include <mprofilesnamesarray.h> |
30 #include <MProfilesNamesArray.h> |
31 #include <csxhelp/mode.hlp.hrh> |
31 #include <csxhelp/mode.hlp.hrh> |
32 #include <profileeng.hrh> |
32 #include <ProfileEng.hrh> |
33 |
33 |
34 #include "CProfileMainView.h" |
34 #include "CProfileMainView.h" |
35 #include "CProfileDocument.h" |
35 #include "CProfileDocument.h" |
36 #include "CProfileApplication.h" |
36 #include "CProfileApplication.h" |
37 #include "ProfileApp.hrh" |
37 #include "ProfileApp.hrh" |
38 #include "profileengineconstants.h" |
38 #include "ProfileEngineConstants.h" |
39 |
39 |
40 // CONSTANTS |
40 // CONSTANTS |
41 _LIT( KTabChar, "\t" ); |
41 _LIT( KTabChar, "\t" ); |
42 const TInt KProfileNameArrayGranularity( 5 ); |
42 const TInt KProfileNameArrayGranularity( 5 ); |
43 |
43 |