wmdrm/wmdrmengine/wmdrmserver/server/inc/wmdrmdb.h
changeset 56 88330f36f634
parent 0 95b198f216e5
--- a/wmdrm/wmdrmengine/wmdrmserver/server/inc/wmdrmdb.h	Fri Jun 11 13:56:06 2010 +0300
+++ b/wmdrm/wmdrmengine/wmdrmserver/server/inc/wmdrmdb.h	Wed Jun 23 18:30:42 2010 +0300
@@ -109,6 +109,12 @@
 
     TInt DataBaseSize( TBool aConfiguredDrive );
 
+    // Checks how many SQL statements are prepared (buffered) currently and if either the maximum 
+    // amount of buffered statements is exceeded or an enforced commit is needed, COMMITs the 
+    // statements. The method also starts a new BEGIN statement after the commit operation to 
+    // start a new buffering round of SQL statements. This method also controls a timer for 
+    // triggering enforced commit after a predefined idle period without any prepared SQL statements. 
+    void CheckDatabaseCommitL( TBool aEnforcedCommit );
 
 protected: // from base class CActive
     void RunL();
@@ -131,12 +137,7 @@
     
     void ConvertOldLicenseStoreL();
     
-    // Checks how many SQL statements are prepared (buffered) currently and if either the maximum 
-    // amount of buffered statements is exceeded or an enforced commit is needed, COMMITs the 
-    // statements. The method also starts a new BEGIN statement after the commit operation to 
-    // start a new buffering round of SQL statements. This method also controls a timer for 
-    // triggering enforced commit after a predefined idle period without any prepared SQL statements. 
-    void CheckDatabaseCommitL( TBool aEnforcedCommit );
+
     void Activate();
 
 private: // data