diff -r debf68073f2f -r 142dacf7b30e mtpfws/mtpfw/datatypes/interface/mtpprotocolconstants.h --- a/mtpfws/mtpfw/datatypes/interface/mtpprotocolconstants.h Wed Sep 15 13:07:27 2010 +0300 +++ b/mtpfws/mtpfw/datatypes/interface/mtpprotocolconstants.h Wed Oct 13 15:29:02 2010 +0300 @@ -368,7 +368,7 @@ EMTPRespCodeCaptureAlreadyTerminated = 0x2018, EMTPRespCodeDeviceBusy = 0x2019, EMTPRespCodeInvalidParentObject = 0x201A, - EMTPRespCodeInvalidDevicePropFormat = 0x201B, + EMTPRespCodeInvalidDeviEMTPRespCodecePropFormat = 0x201B, EMTPRespCodeInvalidDevicePropValue = 0x201C, EMTPRespCodeInvalidParameter = 0x201D, EMTPRespCodeSessionAlreadyOpen = 0x201E, @@ -800,12 +800,6 @@ EMTPProtectionNonTransferable = 0x8003 }; -enum TMTPHiddenStatus - { - EMTPVisible = 0x0000, - EMTPHidden = 0x0001 - }; - /** The MTP consumable status datacodes. For a description of these datacodes, please refer to the "Media Transfer Protocol Enhanced" specification.