epoc32/include/caf/caferr.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/caf/caferr.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/caf/caferr.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -26,7 +26,7 @@
     1.4  All CAF error codes lie within the range \c KErrCA_LowerLimit to 
     1.5  \c KErrCA_UpperLimit inclusive.
     1.6  
     1.7 -@publishedPartner
     1.8 +@publishedAll
     1.9  @released
    1.10  */
    1.11  
    1.12 @@ -137,5 +137,18 @@
    1.13  */ 
    1.14  const TInt KErrCACorruptContent = -17459;
    1.15  
    1.16 +#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
    1.17 +/**
    1.18  
    1.19 +This error is returned when only a part of encrypted input packet provided for decryption.
    1.20 +*/
    1.21 +const TInt KErrInsufficientDataPacketLength = -17460;
    1.22 +
    1.23 +/**
    1.24 +
    1.25 +This error is returned when only a part of encrypted input packet provided for decryption.
    1.26 +*/
    1.27 +const TInt KErrMissingWmdrmHeaderData = -17461;
    1.28 +
    1.29 +#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
    1.30  #endif // __CAFERR_H__