gssettingsuis/Gs/GSFramework/inc/GSPluginAndViewIdCache.h
branchRCL_3
changeset 14 9941bcf99348
parent 0 8c5d936e5675
--- a/gssettingsuis/Gs/GSFramework/inc/GSPluginAndViewIdCache.h	Wed Apr 14 16:15:29 2010 +0300
+++ b/gssettingsuis/Gs/GSFramework/inc/GSPluginAndViewIdCache.h	Tue Apr 27 16:56:32 2010 +0300
@@ -221,8 +221,8 @@
         // UI - not owned
         CEikAppUi& iAppUi;
 
-        // File server session - owned
-        RFs iFsSession;
+        // File server session - ref
+        RFs& iFsSession;
 
         // Cache table - owned
         RHashMap< TUid /* KEY = view id */, TCacheEntry /* VALUE */ > iLookupTable;