contentmgmt/contentaccessfwfordrm/inc/caferr.h
branchRCL_3
changeset 53 030c4fbc13d7
parent 30 cf642210ecb7
child 95 641f389e9157
equal deleted inserted replaced
50:d07aa956024a 53:030c4fbc13d7
   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 /**
       
   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
       
   154 #endif // __CAFERR_H__
   140 #endif // __CAFERR_H__