localconnectivityservice/obexreceiveservices/opp/src/oppcontroller.cpp
changeset 21 23264c07fd05
parent 18 6743bfee309e
equal deleted inserted replaced
18:6743bfee309e 21:23264c07fd05
    29 #include    <btengdomaincrkeys.h>
    29 #include    <btengdomaincrkeys.h>
    30 #include    <AiwServiceHandler.h> // The AIW service handler
    30 #include    <AiwServiceHandler.h> // The AIW service handler
    31 #include    <sysutil.h>
    31 #include    <sysutil.h>
    32 #include    <btengdomaincrkeys.h> 
    32 #include    <btengdomaincrkeys.h> 
    33 #include    <msvids.h>
    33 #include    <msvids.h>
    34 #include    <DriveInfo.h> 
    34 #include    <driveinfo.h> 
    35 #include    <es_sock.h>
    35 #include    <es_sock.h>
    36 #include    <bt_sock.h>
    36 #include    <bt_sock.h>
    37 
    37 
    38 // CONSTANTS
    38 // CONSTANTS
    39 
    39 
   591         if ( !SysUtil::DiskSpaceBelowCriticalLevelL( &rfs, filesize, imsDrive ) )
   591         if ( !SysUtil::DiskSpaceBelowCriticalLevelL( &rfs, filesize, imsDrive ) )
   592             {
   592             {
   593             iDrive = imsDrive;            
   593             iDrive = imsDrive;            
   594             }
   594             }
   595         }
   595         }
   596     else
   596     
       
   597     if ( iDrive == EDriveZ)
   597         {
   598         {
   598         err = rfs.Volume(volumeInfo, mmcDrive);
   599         err = rfs.Volume(volumeInfo, mmcDrive);
   599         if ( !err )
   600         if ( !err )
   600             {
   601             {
   601             // Check capacity on Internal mass storage    
   602             // Check capacity on Internal mass storage