mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedatastore.h
changeset 18 1b39655331a3
parent 17 aabe5387f5ce
child 27 81da3301b632
--- 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