diff options
Diffstat (limited to 'OpenSim/Region/Communications/OGS1')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | 7 |
2 files changed, 3 insertions, 6 deletions
diff --git a/OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs b/OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs index 1281a44..5da36fc 100644 --- a/OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs +++ b/OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs | |||
@@ -46,4 +46,4 @@ namespace OpenSim.Region.Communications.OGS1 | |||
46 | m_userService = new OGS1UserServices(this); | 46 | m_userService = new OGS1UserServices(this); |
47 | } | 47 | } |
48 | } | 48 | } |
49 | } | 49 | } \ No newline at end of file |
diff --git a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs index 85df353..7597e79 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | |||
@@ -25,9 +25,6 @@ | |||
25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * | 26 | * |
27 | */ | 27 | */ |
28 | using System; | ||
29 | using System.IO; | ||
30 | using System.Xml.Serialization; | ||
31 | using System.Collections.Generic; | 28 | using System.Collections.Generic; |
32 | using libsecondlife; | 29 | using libsecondlife; |
33 | using OpenSim.Framework; | 30 | using OpenSim.Framework; |
@@ -38,7 +35,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
38 | { | 35 | { |
39 | public class OGS1InventoryService : IInventoryServices | 36 | public class OGS1InventoryService : IInventoryServices |
40 | { | 37 | { |
41 | string _inventoryServerUrl; | 38 | private string _inventoryServerUrl; |
42 | 39 | ||
43 | public OGS1InventoryService(string inventoryServerUrl) | 40 | public OGS1InventoryService(string inventoryServerUrl) |
44 | { | 41 | { |
@@ -88,4 +85,4 @@ namespace OpenSim.Region.Communications.OGS1 | |||
88 | 85 | ||
89 | #endregion | 86 | #endregion |
90 | } | 87 | } |
91 | } | 88 | } \ No newline at end of file |