From 82efceb4942ee11ba45ed61899774b22ff4c0426 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 26 Feb 2009 11:44:16 +0000 Subject: * renamed IRegionProfileService to IRegionProfileRouter to better reflect use (naming is a work in progress...) * introduced new IRegionProfileService that is going to be _one_ profileService * Had GridDBService inherit the IRegionProfileService (preparing for re-wiring things and de-duplicating eventually) --- OpenSim/Grid/GridServer.Modules/GridDBService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Grid/GridServer.Modules/GridDBService.cs') diff --git a/OpenSim/Grid/GridServer.Modules/GridDBService.cs b/OpenSim/Grid/GridServer.Modules/GridDBService.cs index 2274214..7374e2f 100644 --- a/OpenSim/Grid/GridServer.Modules/GridDBService.cs +++ b/OpenSim/Grid/GridServer.Modules/GridDBService.cs @@ -42,7 +42,7 @@ using OpenSim.Framework.Servers; namespace OpenSim.Grid.GridServer.Modules { - public class GridDBService + public class GridDBService : IRegionProfileService { private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); -- cgit v1.1