From d8ade44fe91b5950944a92d3d1ee2835e4124611 Mon Sep 17 00:00:00 2001 From: Melanie Date: Mon, 31 Dec 2018 00:21:50 +0000 Subject: [PATCH] Put the virtual decls back in, they're needed by the freshly donated ... ... XStorage module that creates the XML for the new viewer, anod more. It overrides them to know if new init XML needs to be cached. --- OpenSim/Data/MySQL/MySQLSimulationData.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenSim/Data/MySQL/MySQLSimulationData.cs b/OpenSim/Data/MySQL/MySQLSimulationData.cs index 55de1920ae..c09154db91 100644 --- a/OpenSim/Data/MySQL/MySQLSimulationData.cs +++ b/OpenSim/Data/MySQL/MySQLSimulationData.cs @@ -62,7 +62,7 @@ namespace OpenSim.Data.MySQL /// private object m_dbLock = new object(); - protected Assembly Assembly + protected virtual Assembly Assembly { get { return GetType().Assembly; } } @@ -76,7 +76,7 @@ namespace OpenSim.Data.MySQL Initialise(connectionString); } - public void Initialise(string connectionString) + public virtual void Initialise(string connectionString) { m_connectionString = connectionString;