* Added a few files that were missing in the repo.

* New HGInventoryService which allows restricted access to inventory while outside
This commit is contained in:
Diva Canto
2010-01-31 11:10:57 -08:00
parent 0473454876
commit 40d8e91008
7 changed files with 624 additions and 71 deletions

View File

@@ -98,9 +98,9 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Inventory
m_log.Info("[RegionInventoryService]: Starting...");
Object[] args = new Object[] { m_Config, MainServer.Instance, String.Empty };
Object[] args = new Object[] { m_Config, MainServer.Instance, "HGInventoryService" };
ServerUtils.LoadPlugin<IServiceConnector>("OpenSim.Server.Handlers.dll:InventoryServiceInConnector", args);
ServerUtils.LoadPlugin<IServiceConnector>("OpenSim.Server.Handlers.dll:HGInventoryServiceInConnector", args);
}
}