diff -r 7ec726f93df1 -r 489cf6208544 dbcreator/commsdatstartup/Inc/cdccommsdatstartup.h --- a/dbcreator/commsdatstartup/Inc/cdccommsdatstartup.h Fri May 14 16:15:46 2010 +0300 +++ b/dbcreator/commsdatstartup/Inc/cdccommsdatstartup.h Thu May 27 13:17:01 2010 +0300 @@ -67,17 +67,6 @@ */ 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 @@ -89,15 +78,6 @@ */ void ResetEAPSettingsL(); - /* - * Sets the startup status - * @param startup status to be set. - */ - void SetStartupStatusL( TInt aStatus ); - - // Repository - CRepository *iRepository; - };