locationcentre/lcserver/inc/lcregappstore.h
branchRCL_3
changeset 9 91123d004e8f
parent 0 522cd55cc3d7
equal deleted inserted replaced
8:41042d2af523 9:91123d004e8f
   115      * 
   115      * 
   116      * @since S60 v5.0
   116      * @since S60 v5.0
   117      * @param aRegAppInfoFile	is full path to app info
   117      * @param aRegAppInfoFile	is full path to app info
   118      *              			database file.
   118      *              			database file.
   119      */
   119      */
   120     void OpenDbL( const TFileName aRegAppInfoFile );
   120     void OpenDbL( const TFileName& aRegAppInfoFile );
   121 
   121 
   122     /**
   122     /**
   123      *  Creates and opens a new app info database. Creates a
   123      *  Creates and opens a new app info database. Creates a
   124      *  database file, table structure and an index. The database
   124      *  database file, table structure and an index. The database
   125      *  will be open in exclusive (non-shareable) mode. The
   125      *  will be open in exclusive (non-shareable) mode. The
   128      * 
   128      * 
   129      * @since S60 v5.0
   129      * @since S60 v5.0
   130      * @param aRegAppInfoFile	is full path to app info
   130      * @param aRegAppInfoFile	is full path to app info
   131      *              			database file.
   131      *              			database file.
   132      */
   132      */
   133     void CreateDbL( const TFileName aRegAppInfoFile );
   133     void CreateDbL( const TFileName& aRegAppInfoFile );
   134 
   134 
   135     /**
   135     /**
   136 	 * Closes the database opened with either OpenDbL or
   136 	 * Closes the database opened with either OpenDbL or
   137      * CreateDbL. It is safe to close the database even if it
   137      * CreateDbL. It is safe to close the database even if it
   138      * is closed.
   138      * is closed.