mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedatastore.h
branchRCL_3
changeset 3 8b094906a049
parent 2 4843bb5893b6
child 13 81da3301b632
equal deleted inserted replaced
2:4843bb5893b6 3:8b094906a049
    84 	void SetSupportedDevicePropertiesL(RArray<TUint> &aSupportedDevProps);
    84 	void SetSupportedDevicePropertiesL(RArray<TUint> &aSupportedDevProps);
    85 	const CMTPTypeArray & GetSupportedDeviceProperties();	
    85 	const CMTPTypeArray & GetSupportedDeviceProperties();	
    86 	void SetExtnDevicePropDp(MExtnDevicePropDp* aExtnDevicePropDp);
    86 	void SetExtnDevicePropDp(MExtnDevicePropDp* aExtnDevicePropDp);
    87 	MExtnDevicePropDp* ExtnDevicePropDp();
    87 	MExtnDevicePropDp* ExtnDevicePropDp();
    88 
    88 
       
    89     TBool IsConnectMac();
       
    90     void SetConnectMac(TBool aConnectMac);	
       
    91 	
    89 private: // Form CActive
    92 private: // Form CActive
    90 
    93 
    91     void DoCancel();
    94     void DoCancel();
    92     TInt RunError(TInt aError);
    95     TInt RunError(TInt aError);
    93     void RunL();
    96     void RunL();
   165     MMTPEnumerationCallback* 	    iCallback;
   168     MMTPEnumerationCallback* 	    iCallback;
   166     TRequestStatus*                 iPendingStatus;
   169     TRequestStatus*                 iPendingStatus;
   167     TUint*                          iPendingBatteryLevel;
   170     TUint*                          iPendingBatteryLevel;
   168     
   171     
   169     MExtnDevicePropDp*              iExtnDevicePropDp;
   172     MExtnDevicePropDp*              iExtnDevicePropDp;
       
   173 
       
   174     TBool                           iIsConnectMac; 
   170     };
   175     };
   171    
   176    
   172 #endif // CMTPDEVICEDATASTORE_H
   177 #endif // CMTPDEVICEDATASTORE_H