|
@@ -18,6 +18,7 @@
|
|
|
//---------------------------------------------------------------------------
|
|
|
TConfiguration * Configuration = NULL;
|
|
|
TStoredSessionList * StoredSessions = NULL;
|
|
|
+bool AnySession = false;
|
|
|
//---------------------------------------------------------------------------
|
|
|
TQueryButtonAlias::TQueryButtonAlias()
|
|
|
{
|
|
@@ -211,6 +212,14 @@ void CoreMaintenanceTask()
|
|
|
DontSaveRandomSeed();
|
|
|
}
|
|
|
//---------------------------------------------------------------------------
|
|
|
+void CoreUpdateFinalStaticUsage()
|
|
|
+{
|
|
|
+ if (!AnySession)
|
|
|
+ {
|
|
|
+ Configuration->Usage->Inc(L"RunsWithoutSession");
|
|
|
+ }
|
|
|
+}
|
|
|
+//---------------------------------------------------------------------------
|
|
|
//---------------------------------------------------------------------------
|
|
|
__fastcall TOperationVisualizer::TOperationVisualizer(bool UseBusyCursor) :
|
|
|
FUseBusyCursor(UseBusyCursor)
|