profilesapplication/Profiles/ProfileApp/SettingsViewSrc/CProfilePlayingVolumeSettingPage.cpp
equal
deleted
inserted
replaced
19 |
19 |
20 // INCLUDES |
20 // INCLUDES |
21 #include "CProfilePlayingVolumeSettingPage.h" |
21 #include "CProfilePlayingVolumeSettingPage.h" |
22 |
22 |
23 #include <AknQueryDialog.h> |
23 #include <AknQueryDialog.h> |
24 #include <cfldcontroller.h> |
24 #include <CFLDController.h> |
25 #include <ProfileSettingsView.rsg> |
25 #include <ProfileSettingsView.rsg> |
26 #include "CProfileStruct.h" // KProfileMaxProfileNameLength |
26 #include "CProfileStruct.h" // KProfileMaxProfileNameLength |
27 #include <apgcli.h> // For RApaLsSession |
27 #include <apgcli.h> // For RApaLsSession |
28 #include <bautils.h> // For BaflUtils |
28 #include <bautils.h> // For BaflUtils |
29 #include <centralrepository.h> |
29 #include <centralrepository.h> |
30 #include <profileengineinternalcrkeys.h> |
30 #include <ProfileEngineInternalCRKeys.h> |
31 |
31 |
32 // CONSTANTS |
32 // CONSTANTS |
33 namespace |
33 namespace |
34 { |
34 { |
35 const TInt KRepeatDelayInMicroSeconds( 1000000 ); // One second |
35 const TInt KRepeatDelayInMicroSeconds( 1000000 ); // One second |