messagingfw/senduiservices/inc/SendUiImpl.h
branchRCL_3
changeset 9 dd93350a5f29
parent 0 8e480a14352b
child 21 e5b3a2155e1a
--- a/messagingfw/senduiservices/inc/SendUiImpl.h	Fri Mar 12 15:44:33 2010 +0200
+++ b/messagingfw/senduiservices/inc/SendUiImpl.h	Mon Mar 15 12:42:29 2010 +0200
@@ -43,6 +43,8 @@
 class CPropertyObserver;
 class TDataType;
 class CSendUiSingleton;
+class CSendUiAttachment;
+class CSendUiFileRightsEngine;
 
 /**
  *  Implementation of SendUI API
@@ -334,6 +336,17 @@
       */ 
      
      TBool IsEmailAppendableL(TMsvEntry tentry);
+	 
+     /**
+      * Validates if all the attachments are DRM protected 
+      *
+      * @since S60 v5.0
+      * @param TBool
+      * @return ETrue, if it atleast one of the attachments can be sent 
+      *         EFalse, if no attachment can be sent
+      */ 
+     
+     TBool ValidateAttachmentsL(const CMessageData*  aMessageData);
      
      
 private: