inc/wmdrmclient.h
branchRCL_3
changeset 55 ad2863178d17
parent 0 95b198f216e5
--- a/inc/wmdrmclient.h	Wed Jun 09 09:59:43 2010 +0300
+++ b/inc/wmdrmclient.h	Mon Jun 21 15:58:55 2010 +0300
@@ -384,6 +384,18 @@
     */
         
     IMPORT_C TInt GetTime( TTime& aTime, TBool& aValid );
+    
+    /**
+    * CommitData
+    * Commits any cached data to storage
+    *
+    * @return KErrNone if successful
+    *         Otherwise Symbian OS error code
+    */
+       
+    IMPORT_C TInt CommitData();    
+    
+    
 	};
 
 #endif