diff -r aabe5387f5ce -r 1b39655331a3 mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedatastore.h --- a/mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedatastore.h Fri Mar 19 09:40:39 2010 +0200 +++ b/mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedatastore.h Fri Apr 16 15:51:48 2010 +0300 @@ -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