--- a/contentmgmt/contentaccessfwfordrm/inc/caferr.h Fri Oct 02 13:15:59 2009 +0300
+++ b/contentmgmt/contentaccessfwfordrm/inc/caferr.h Mon Oct 12 10:17:04 2009 +0300
@@ -137,5 +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__