inc/wmdrmclient.h
changeset 47 5ed7931150e9
parent 0 95b198f216e5
--- a/inc/wmdrmclient.h	Fri May 28 23:16:27 2010 +0300
+++ b/inc/wmdrmclient.h	Mon May 31 14:37:41 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