diff -r a7bc3704293e -r 88330f36f634 inc/wmdrmclient.h --- a/inc/wmdrmclient.h Fri Jun 11 13:56:06 2010 +0300 +++ b/inc/wmdrmclient.h Wed Jun 23 18:30:42 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