diff -r 05bc53fe583b -r 83ca720e2b9a dbcreator/commsdatstartup/Inc/cdccommsdatstartup.h --- a/dbcreator/commsdatstartup/Inc/cdccommsdatstartup.h Tue Aug 31 15:35:44 2010 +0300 +++ b/dbcreator/commsdatstartup/Inc/cdccommsdatstartup.h Wed Sep 01 12:23:51 2010 +0100 @@ -67,6 +67,17 @@ */ void CheckCreatorUIdL(); + /* + * Reads the database descriptor input file name + * @param out: Name of the database descriptor file + */ + void GetInputFileNameL( TFileName &aFileName ); + + /* + * Creates repository + */ + void CreateRepositoryL(); + /** * Resets the commsdat repository. This causes the default Commsdat * from z to be copied to c @@ -78,6 +89,15 @@ */ void ResetEAPSettingsL(); + /* + * Sets the startup status + * @param startup status to be set. + */ + void SetStartupStatusL( TInt aStatus ); + + // Repository + CRepository *iRepository; + };