mmappcomponents/harvester/server/src/mpxfsformatmonitor.cpp
branchRCL_3
changeset 23 4740b34b83ce
parent 19 51035f0751c2
equal deleted inserted replaced
19:51035f0751c2 23:4740b34b83ce
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include <e32base.h>
    19 #include <e32base.h>
    20 #include <f32file.h>
    20 #include <f32file.h>
    21 #ifdef RD_MULTIPLE_DRIVE
       
    22 #include <driveinfo.h>
    21 #include <driveinfo.h>
    23 #endif //RD_MULTIPLE_DRIVE
       
    24 #include <mpxlog.h>
    22 #include <mpxlog.h>
    25 #include "mpxfsformatmonitor.h"
    23 #include "mpxfsformatmonitor.h"
    26 
    24 
    27 #ifdef RD_MULTIPLE_DRIVE
    25 static const TInt KDriveCount = 2;
    28     static const TInt KDriveCount = 2;
       
    29 #else
       
    30     static const TInt KDriveCount = 1;
       
    31 #endif
       
    32 
    26 
    33 // ======== MEMBER FUNCTIONS ========
    27 // ======== MEMBER FUNCTIONS ========
    34 
    28 
    35 // ---------------------------------------------------------------------------
    29 // ---------------------------------------------------------------------------
    36 // Default Constructor
    30 // Default Constructor