mtpfws/mtpfw/dataproviders/devdp/inc/rmtpdevicedpsingletons.h
branchRCL_3
changeset 1 f8e15b44d440
parent 0 d0791faffa3f
equal deleted inserted replaced
0:d0791faffa3f 1:f8e15b44d440
    43     void Close();
    43     void Close();
    44     
    44     
    45     CMTPDeviceDataStore& DeviceDataStore();
    45     CMTPDeviceDataStore& DeviceDataStore();
    46     CMTPDeviceDpConfigMgr& ConfigMgr();
    46     CMTPDeviceDpConfigMgr& ConfigMgr();
    47     
    47     
       
    48     RArray<TUint>& PendingStorages();
       
    49     
    48 private:
    50 private:
    49     
    51     
    50     /**
    52     /**
    51     Implements the singletons reference block.
    53     Implements the singletons reference block.
    52     */
    54     */
    77         
    79         
    78         /**
    80         /**
    79         The device dp config manager.
    81         The device dp config manager.
    80         */
    82         */
    81         CMTPDeviceDpConfigMgr*	iConfigMgr;
    83         CMTPDeviceDpConfigMgr*	iConfigMgr;
       
    84         
       
    85         /*
       
    86          * The pending storageids which is not enumerated.
       
    87          */
       
    88         RArray<TUint>         iPendingStorages;
    82     };
    89     };
    83     
    90     
    84 private: // Owned
    91 private: // Owned
    85 
    92 
    86     /**
    93     /**