contentmgmt/contentaccessfwfordrm/inc/caferr.h
changeset 15 da2ae96f639b
parent 8 35751d3474b7
child 33 cf642210ecb7
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
   135 accessing a content object.
   135 accessing a content object.
   136 
   136 
   137 */ 
   137 */ 
   138 const TInt KErrCACorruptContent = -17459;
   138 const TInt KErrCACorruptContent = -17459;
   139 
   139 
       
   140 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
       
   141 /**
   140 
   142 
       
   143 This error is returned when only a part of encrypted input packet provided for decryption.
       
   144 */
       
   145 const TInt KErrInsufficientDataPacketLength = -17460;
       
   146 
       
   147 /**
       
   148 
       
   149 This error is returned when only a part of encrypted input packet provided for decryption.
       
   150 */
       
   151 const TInt KErrMissingWmdrmHeaderData = -17461;
       
   152 
       
   153 #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
   141 #endif // __CAFERR_H__
   154 #endif // __CAFERR_H__