harvesterplugins/file/inc/cmmcmonitor.h
changeset 20 68cdadcf169e
parent 0 ccd0fd43f247
equal deleted inserted replaced
17:7d8c8d8f5eab 20:68cdadcf169e
   107         RFs* iFsSession;
   107         RFs* iFsSession;
   108         // inserted/ejected status of mmc
   108         // inserted/ejected status of mmc
   109         TBool iMmcStatus;
   109         TBool iMmcStatus;
   110         // MMC Inserted/ejected property
   110         // MMC Inserted/ejected property
   111         RProperty iProperty;
   111         RProperty iProperty;
       
   112         //for unit testing.
       
   113         #ifdef HARVESTERPLUGINTESTER_FRIEND
       
   114             friend class CHarvesterPluginTester;
       
   115         #endif
   112     };
   116     };
   113 
   117 
   114 #endif // CMMCMONITOR_H
   118 #endif // CMMCMONITOR_H
   115 
   119