localconnectivityservice/obexreceiveservices/opp/inc/oppcontroller.h
changeset 1 388a17646e40
parent 0 c3e98f10fcf4
equal deleted inserted replaced
0:c3e98f10fcf4 1:388a17646e40
    97     TBool CheckCapacityL();
    97     TBool CheckCapacityL();
    98     void LaunchReceivingIndicatorL();
    98     void LaunchReceivingIndicatorL();
    99     inline TBool ReceivingIndicatorActive() const { return (iProgressDialog || iWaitDialog); }
    99     inline TBool ReceivingIndicatorActive() const { return (iProgressDialog || iWaitDialog); }
   100     void UpdateReceivingIndicator();
   100     void UpdateReceivingIndicator();
   101     void CloseReceivingIndicator(TBool aResetDisplayedState = ETrue);
   101     void CloseReceivingIndicator(TBool aResetDisplayedState = ETrue);
   102     void ShowFileReceivedQueryL();
       
   103     TInt GetDriveWithMaximumFreeSpaceL();    
   102     TInt GetDriveWithMaximumFreeSpaceL();    
   104 
   103 
   105 private:
   104 private:
   106     enum TObexTransferState
   105     enum TObexTransferState
   107         {
   106         {
   134     TInt                        iTotalSizeByte;
   133     TInt                        iTotalSizeByte;
   135     TFileName                   iReceivingFileName;
   134     TFileName                   iReceivingFileName;
   136     CGlobalProgressDialog*      iProgressDialog;
   135     CGlobalProgressDialog*      iProgressDialog;
   137     CGlobalDialog*              iWaitDialog;
   136     CGlobalDialog*              iWaitDialog;
   138     TBool                       iNoteDisplayed;
   137     TBool                       iNoteDisplayed;
   139     RArray<TMsvId>              iMsvIdArray;
       
   140     CBTEngDevMan*               iDevMan;
   138     CBTEngDevMan*               iDevMan;
   141     CBTDeviceArray*             iResultArray;
   139     CBTDeviceArray*             iResultArray;
   142     TBTDeviceName               iRemoteDeviceName;
   140     TBTDeviceName               iRemoteDeviceName;
   143     };
   141     };
   144 
   142