imagehandlingutilities/thumbnailmanager/thumbnailserver/inc/thumbnailstore.h
branchRCL_3
changeset 10 7403edfcf0fb
parent 9 2eb74cf6572e
child 11 dea39715fc05
equal deleted inserted replaced
9:2eb74cf6572e 10:7403edfcf0fb
   521      * Fileserver.
   521      * Fileserver.
   522      */
   522      */
   523     RFs& iFs;
   523     RFs& iFs;
   524 
   524 
   525     /**
   525     /**
   526      * Drive number
   526      * Drive number & char
   527      */
   527      */
   528     TInt iDrive;
   528     TInt iDrive;
       
   529     TChar iDriveChar;
   529 
   530 
   530     /**
   531     /**
   531      * Thumbnail database.
   532      * Thumbnail database.
   532      */
   533      */
   533     RSqlDatabase iDatabase;
   534     RSqlDatabase iDatabase;