diff -r 50bf9db68373 -r 33ae025ac1e8 harvester/blacklistclient/inc/blacklistclient.h --- a/harvester/blacklistclient/inc/blacklistclient.h Fri Apr 16 15:23:55 2010 +0300 +++ b/harvester/blacklistclient/inc/blacklistclient.h Mon May 03 12:55:01 2010 +0300 @@ -147,6 +147,11 @@ private: // private data + /** + * Handle to File server session. + */ + RFs iFs; + /*! @var iSessionOk flag to indicate if session is ok or not.*/ TBool iSessionOk;