diff -r 4843bb5893b6 -r 8b094906a049 mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedatastore.h --- a/mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedatastore.h Fri Mar 12 15:46:41 2010 +0200 +++ b/mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedatastore.h Mon Mar 15 12:43:12 2010 +0200 @@ -86,6 +86,9 @@ void SetExtnDevicePropDp(MExtnDevicePropDp* aExtnDevicePropDp); MExtnDevicePropDp* ExtnDevicePropDp(); + TBool IsConnectMac(); + void SetConnectMac(TBool aConnectMac); + private: // Form CActive void DoCancel(); @@ -167,6 +170,8 @@ TUint* iPendingBatteryLevel; MExtnDevicePropDp* iExtnDevicePropDp; + + TBool iIsConnectMac; }; #endif // CMTPDEVICEDATASTORE_H