profilesservices/ProfileEngine/EngSrc/CProfileEngineImplDynamicProfiles.cpp
branchRCL_3
changeset 24 8ee96d21d9bf
parent 17 3b47783fdf16
child 25 7e0eff37aedb
equal deleted inserted replaced
23:8bda91a87a00 24:8ee96d21d9bf
    17 
    17 
    18 
    18 
    19 
    19 
    20 // INCLUDE FILES
    20 // INCLUDE FILES
    21 #include "CProfileEngineImpl.h"
    21 #include "CProfileEngineImpl.h"
       
    22 #include "CProfilesNamesArrayImpl.h"
       
    23 #include "CProfileImpl.h"
       
    24 #include "CProfileNameImpl.h"
       
    25 #include "ProfileEngUtils.h"
       
    26 #include "ProfileEng.hrh"
       
    27 #include "ProfileEngPanic.h"
       
    28 #include "ProfileEnginePrivateCRKeys.h"
    22 #include <bautils.h>
    29 #include <bautils.h>
    23 #include <barsc.h>
    30 #include <barsc.h>
    24 #include <featmgr.h>
    31 #include <featmgr.h>
    25 #include <settingsinternalcrkeys.h>
    32 #include <settingsinternalcrkeys.h>
    26 #include <sysutil.h>
    33 #include <sysutil.h>
    27 #include <accessoriescrkeys.h>
    34 #include <accessoriescrkeys.h>
    28 
    35 
    29 #include <profileeng.rsg>
    36 #include <ProfileEng.rsg>
    30 #include <TProfileToneSettings.h>
    37 #include <TProfileToneSettings.h>
    31 #include <MProfileTones.h>
    38 #include <MProfileTones.h>
    32 #include "CProfilesNamesArrayImpl.h"
       
    33 #include "CProfileImpl.h"
       
    34 #include "CProfileNameImpl.h"
       
    35 #include "ProfileEngUtils.h"
       
    36 #include <MProfileSetName.h>
    39 #include <MProfileSetName.h>
    37 #include <ProfileEng.hrh>
       
    38 #include "ProfileEngPanic.h"
       
    39 #include <ProfileEngineConstants.h>
    40 #include <ProfileEngineConstants.h>
    40 #include "ProfileEnginePrivateCRKeys.h"
       
    41 
    41 
    42 namespace
    42 namespace
    43     {
    43     {
    44     const TInt KProfileGeneratedNameTailLength( 4 );
    44     const TInt KProfileGeneratedNameTailLength( 4 );
    45     _LIT( KFirstParenthesis, "(" );
    45     _LIT( KFirstParenthesis, "(" );