locationcentre/lcserver/src/lcregappstore.cpp
branchRCL_3
changeset 9 91123d004e8f
parent 0 522cd55cc3d7
--- a/locationcentre/lcserver/src/lcregappstore.cpp	Fri Mar 12 15:42:12 2010 +0200
+++ b/locationcentre/lcserver/src/lcregappstore.cpp	Mon Mar 15 12:40:01 2010 +0200
@@ -112,7 +112,7 @@
 // void CLcRegAppStore::OpenDbL
 // ---------------------------------------------------------------------------
 //
-void CLcRegAppStore::OpenDbL( const TFileName aRegAppInfoFile )
+void CLcRegAppStore::OpenDbL( const TFileName& aRegAppInfoFile )
     {  	
     // if it is already open then close it.
     Close();
@@ -143,7 +143,7 @@
 //
 // Create a new database. The database will be in exclusive access mode.
 // ---------------------------------------------------------------------------
-void CLcRegAppStore::CreateDbL( const TFileName aRegAppInfoFile )
+void CLcRegAppStore::CreateDbL( const TFileName& aRegAppInfoFile )
     {
     // if it is already open then close it.
     Close();