opps forgot to commit a changed file.

GenericGridServerConcept
MW 2009-02-26 20:18:29 +00:00
parent ed2de7ac82
commit 5254c1dfa7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ using System.Text;
namespace OpenSim.Framework
{
public class RegistryCore
public class RegistryCore : IRegistryCore
{
protected Dictionary<Type, object> m_moduleInterfaces = new Dictionary<Type, object>();