mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedatastore.h
branchRCL_3
changeset 12 8b094906a049
parent 11 4843bb5893b6
child 27 81da3301b632
--- 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