* Last reference to CommsManager.UserProfileCacheService removed

* Grided-sims added the Library module
slimupdates
Diva Canto 2010-01-10 14:12:03 -08:00
parent 1e1b2ab221
commit 6998668bbc
3 changed files with 4 additions and 2 deletions

View File

@ -419,7 +419,7 @@ namespace OpenSim.Region.Framework.Scenes
public void HandleUUIDNameRequest(UUID uuid, IClientAPI remote_client)
{
if (uuid == CommsManager.UserProfileCacheService.LibraryRoot.Owner)
if (LibraryService != null && (LibraryService.LibraryRootFolder.Owner == uuid))
{
remote_client.SendNameReply(uuid, "Mr", "OpenSim");
}

View File

@ -19,6 +19,8 @@
LandServiceInConnector = true
NeighbourServiceInConnector = true
SimulationServiceInConnector = true
LibraryModule = true
[GridService]
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"

View File

@ -24,9 +24,9 @@
NeighbourServiceInConnector = true
HypergridServiceInConnector = true
SimulationServiceInConnector = true
LibraryModule = true
InventoryServiceInConnector = false
AssetServiceInConnector = false
LibraryModule = false
LLLoginServiceInConnector = false
[AssetService]