Msrp/MsrpHeader/inc/CMsrpMessage.h
branchMSRP_FrameWork
changeset 58 cdb720e67852
parent 25 505ad3f0ce5c
--- a/Msrp/MsrpHeader/inc/CMsrpMessage.h	Sat Jun 12 14:30:11 2010 +0530
+++ b/Msrp/MsrpHeader/inc/CMsrpMessage.h	Thu Nov 25 13:59:42 2010 +0200
@@ -89,19 +89,6 @@
 		 */
 		IMPORT_C TFileName& GetFileName( );
 		        
-		/* Set File Size */
-		IMPORT_C void SetFileSize( const TInt aFileSize );
-		
-		/* Get File Size */
-		IMPORT_C TInt GetFileSize();
-		
-		/* Set Granularity for file transfer */
-		        
-		IMPORT_C void SetNotifyProgress(TBool aNotify);
-		        
-		/* Get Granularity for file transfer */
-        IMPORT_C TBool GetNotifyProgress();        
-		        		
 		/**
 		* Internalizes the class from given stream
  		* @param aReadStream a stream containing the value of the
@@ -123,6 +110,11 @@
 		*        externalized object (header name not included).
         */
 	    void DoInternalizeL( RReadStream& aReadStream  );
+	    
+        /**
+        * Converts the buffer to file
+        */
+        void ConvertBufferToFileL( );
         
     private: // Data
 
@@ -131,12 +123,6 @@
 
 	   // filename
 	   TFileName iFileName;
-	   
-	   //filesize
-	   TInt iFileSize;
-	   
-	   //Granularity of the file
-	   TBool iNotifyProgress;
 	};
 
 #endif // CMSRPMESSAGE_H