equal
deleted
inserted
replaced
65 * Checks the creator UID. It leaves if it is not CdcCommsDatRfsPlugin. |
65 * Checks the creator UID. It leaves if it is not CdcCommsDatRfsPlugin. |
66 * It is done by security reasons. |
66 * It is done by security reasons. |
67 */ |
67 */ |
68 void CheckCreatorUIdL(); |
68 void CheckCreatorUIdL(); |
69 |
69 |
70 /* |
|
71 * Reads the database descriptor input file name |
|
72 * @param out: Name of the database descriptor file |
|
73 */ |
|
74 void GetInputFileNameL( TFileName &aFileName ); |
|
75 |
|
76 /* |
|
77 * Creates repository |
|
78 */ |
|
79 void CreateRepositoryL(); |
|
80 |
|
81 /** |
70 /** |
82 * Resets the commsdat repository. This causes the default Commsdat |
71 * Resets the commsdat repository. This causes the default Commsdat |
83 * from z to be copied to c |
72 * from z to be copied to c |
84 */ |
73 */ |
85 void ResetCommsDatToDefaultL(); |
74 void ResetCommsDatToDefaultL(); |
87 /** |
76 /** |
88 * Deletes the EAP DBMS database files from c:\ thus reseting the settings |
77 * Deletes the EAP DBMS database files from c:\ thus reseting the settings |
89 */ |
78 */ |
90 void ResetEAPSettingsL(); |
79 void ResetEAPSettingsL(); |
91 |
80 |
92 /* |
|
93 * Sets the startup status |
|
94 * @param startup status to be set. |
|
95 */ |
|
96 void SetStartupStatusL( TInt aStatus ); |
|
97 |
|
98 // Repository |
|
99 CRepository *iRepository; |
|
100 |
|
101 }; |
81 }; |
102 |
82 |
103 |
83 |
104 #endif // CDC_COMMSDAT_STARTUP_H |
84 #endif // CDC_COMMSDAT_STARTUP_H |
105 |
85 |