equal
deleted
inserted
replaced
41 NONSHARABLE_CLASS( CRadioSettings ) : public CBase |
41 NONSHARABLE_CLASS( CRadioSettings ) : public CBase |
42 { |
42 { |
43 |
43 |
44 public: |
44 public: |
45 |
45 |
46 IMPORT_C static CRadioSettings* NewL( CCoeEnv* aCoeEnv = NULL ); |
46 IMPORT_C static CRadioSettings* NewL(); |
47 |
47 |
48 IMPORT_C virtual ~CRadioSettings(); |
48 IMPORT_C virtual ~CRadioSettings(); |
49 |
49 |
50 /** |
50 /** |
51 * Determines if region is allowed. |
51 * Determines if region is allowed. |
72 * @return The implemented setter interface for radio settings. |
72 * @return The implemented setter interface for radio settings. |
73 */ |
73 */ |
74 virtual MRadioSettingsSetter& RadioSetter() const = 0; |
74 virtual MRadioSettingsSetter& RadioSetter() const = 0; |
75 |
75 |
76 /** |
76 /** |
77 * Returns the repository manager. |
|
78 * |
|
79 * @return The repository manager. |
|
80 */ |
|
81 virtual CRadioRepositoryManager& Repository() const = 0; |
|
82 |
|
83 /** |
|
84 * Resolves the most recently updated location for a file. |
77 * Resolves the most recently updated location for a file. |
85 * |
78 * |
86 * @param aFileName The file name to be searched. |
79 * @param aFileName The file name to be searched. |
87 * On return, will contain the full path to the file. |
80 * On return, will contain the full path to the file. |
88 * @param aPath The absolute path to the file. If drive letter is |
81 * @param aPath The absolute path to the file. If drive letter is |