profilesservices/ProfileEngine/EngSrc/CProfileEngineImplDynamicProfiles.cpp
changeset 32 20bd089f4aaa
parent 0 8c5d936e5675
child 68 13e71d907dc3
equal deleted inserted replaced
31:2c9d3aa5bea2 32:20bd089f4aaa
    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"
    39 #include <MProfileSetName.h>
    33 #include "CProfileImpl.h"
    40 #include <ProfileEngineConstants.h>
    34 #include "CProfileNameImpl.h"
       
    35 #include "ProfileEngUtils.h"
       
    36 #include "MProfileSetName.h"
       
    37 #include "ProfileEng.hrh"
       
    38 #include "ProfileEngPanic.h"
       
    39 #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, "(" );