diff -r 51035f0751c2 -r 4740b34b83ce mmappcomponents/harvester/server/src/mpxfsformatmonitor.cpp --- a/mmappcomponents/harvester/server/src/mpxfsformatmonitor.cpp Wed Apr 14 16:28:17 2010 +0300 +++ b/mmappcomponents/harvester/server/src/mpxfsformatmonitor.cpp Tue Apr 27 17:09:22 2010 +0300 @@ -18,17 +18,11 @@ #include #include -#ifdef RD_MULTIPLE_DRIVE #include -#endif //RD_MULTIPLE_DRIVE #include #include "mpxfsformatmonitor.h" -#ifdef RD_MULTIPLE_DRIVE - static const TInt KDriveCount = 2; -#else - static const TInt KDriveCount = 1; -#endif +static const TInt KDriveCount = 2; // ======== MEMBER FUNCTIONS ========