imagehandlingutilities/thumbnailmanager/thumbnailserver/inc/thumbnailstore.h
branchRCL_3
changeset 8 7403edfcf0fb
parent 7 2eb74cf6572e
child 9 dea39715fc05
equal deleted inserted replaced
7:2eb74cf6572e 8: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;