--- a/dbcreator/commsdatstartup/Inc/cdccommsdatstartup.h Thu Jun 17 22:32:02 2010 +0100
+++ b/dbcreator/commsdatstartup/Inc/cdccommsdatstartup.h Thu Jul 22 16:37:38 2010 +0100
@@ -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;
-
};