dbcreator/commsdatstartup/Inc/cdccommsdatstartup.h
branchRCL_3
changeset 57 05bc53fe583b
parent 0 5a93021fdf25
child 58 83ca720e2b9a
--- a/dbcreator/commsdatstartup/Inc/cdccommsdatstartup.h	Thu Aug 19 10:18:49 2010 +0300
+++ b/dbcreator/commsdatstartup/Inc/cdccommsdatstartup.h	Tue Aug 31 15:35:44 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;
-
     };