diff options
author | lbsa71 | 2007-11-01 19:19:05 +0000 |
---|---|---|
committer | lbsa71 | 2007-11-01 19:19:05 +0000 |
commit | 4fad66f855544b9298ae2216c58c0f44009358a5 (patch) | |
tree | 07747305928e0072230b31c399d8a7e76442b77f /OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | |
parent | Partialy fixed a bug with collisions in BulletXPlugin. (diff) | |
download | opensim-SC-4fad66f855544b9298ae2216c58c0f44009358a5.zip opensim-SC-4fad66f855544b9298ae2216c58c0f44009358a5.tar.gz opensim-SC-4fad66f855544b9298ae2216c58c0f44009358a5.tar.bz2 opensim-SC-4fad66f855544b9298ae2216c58c0f44009358a5.tar.xz |
* Diuerse beavtificatems
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | 7 |
1 files changed, 2 insertions, 5 deletions
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 |