--- a/contentmgmt/contentaccessfwfordrm/inc/caferr.h Thu Aug 19 11:38:48 2010 +0300
+++ b/contentmgmt/contentaccessfwfordrm/inc/caferr.h Tue Aug 31 17:00:08 2010 +0300
@@ -137,4 +137,18 @@
*/
const TInt KErrCACorruptContent = -17459;
+#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
+/**
+
+This error is returned when only a part of encrypted input packet provided for decryption.
+*/
+const TInt KErrInsufficientDataPacketLength = -17460;
+
+/**
+
+This error is returned when only a part of encrypted input packet provided for decryption.
+*/
+const TInt KErrMissingWmdrmHeaderData = -17461;
+
+#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
#endif // __CAFERR_H__