inc/wmdrmclient.h
branchGCC_SURGE
changeset 61 442486f870da
parent 56 88330f36f634
--- a/inc/wmdrmclient.h	Wed Jun 16 17:39:50 2010 +0100
+++ b/inc/wmdrmclient.h	Thu Jul 22 16:35:50 2010 +0100
@@ -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