* Added the new modules to Resources, making them active.

* Added their configs to standalone for testing. This crashes, because the DB is still not ready.
This commit is contained in:
Diva Canto
2009-12-28 09:22:35 -08:00
parent 531f998ed2
commit f43a648052
5 changed files with 12 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ using Nini.Config;
namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Presence
{
public class LocalPresenceServiceConnector : ISharedRegionModule, IPresenceService
public class LocalPresenceServicesConnector : ISharedRegionModule, IPresenceService
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
@@ -58,7 +58,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Presence
public string Name
{
get { return "LocalPresenceServiceConnector"; }
get { return "LocalPresenceServicesConnector"; }
}
public void Initialise(IConfigSource source)

View File

@@ -41,7 +41,7 @@ using Nini.Config;
namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Presence
{
public class RemotePresenceServiceConnector : ISharedRegionModule, IPresenceService
public class RemotePresenceServicesConnector : ISharedRegionModule, IPresenceService
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);