From 3ac43d012031cae8189111d96b7350b3e931836c Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Mon, 24 Sep 2007 23:58:43 +0000 Subject: * Removed some more fields from CommunicationsLocal * added OnLoginToRegion to CommunicationsLocal --- OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs') diff --git a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs index 9a113ff..45188c1 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs @@ -1,10 +1,10 @@ -using System; using System.Collections.Generic; using libsecondlife; using OpenSim.Framework.Communications; using OpenSim.Framework.Data; using InventoryFolder = OpenSim.Framework.Communications.Caches.InventoryFolder; + namespace OpenSim.Region.Communications.OGS1 { public class OGS1InventoryService : IInventoryServices -- cgit v1.1