equal
deleted
inserted
replaced
17 |
17 |
18 |
18 |
19 |
19 |
20 // INCLUDE FILES |
20 // INCLUDE FILES |
21 #include "CProfilesNamesArrayImpl.h" |
21 #include "CProfilesNamesArrayImpl.h" |
|
22 #include "CProfileNameImpl.h" |
|
23 #include "ProfileEngPanic.h" |
22 #include <collate.h> |
24 #include <collate.h> |
23 #include <MProfilesNamesArray.h> |
25 #include <MProfilesNamesArray.h> |
24 #include "CProfileNameImpl.h" |
|
25 #include <ProfileEng.hrh> |
26 #include <ProfileEng.hrh> |
26 #include "ProfileEngPanic.h" |
|
27 #include <ProfileEngineConstants.h> |
27 #include <ProfileEngineConstants.h> |
28 |
28 |
29 // LOCAL CONSTANTS AND MACROS |
29 // LOCAL CONSTANTS AND MACROS |
30 const TInt KProfileNamesGranularity( 5 ); |
30 const TInt KProfileNamesGranularity( 5 ); |
31 const TInt KMaxCollationLevel( 3 ); |
31 const TInt KMaxCollationLevel( 3 ); |