aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Interfaces
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-25 17:01:18 +0000
committerJustin Clarke Casey2008-11-25 17:01:18 +0000
commit11f7471d9c1af04cff16ddf6567a98e30295dad2 (patch)
treea4fce388fc990ce8499bc45609dd82a12d242039 /OpenSim/Region/Environment/Interfaces
parent* refactor: Establish an IEntityInventory interface for SceneObjectPartInvent... (diff)
downloadopensim-SC_OLD-11f7471d9c1af04cff16ddf6567a98e30295dad2.zip
opensim-SC_OLD-11f7471d9c1af04cff16ddf6567a98e30295dad2.tar.gz
opensim-SC_OLD-11f7471d9c1af04cff16ddf6567a98e30295dad2.tar.bz2
opensim-SC_OLD-11f7471d9c1af04cff16ddf6567a98e30295dad2.tar.xz
* Remove direct access to Inventory.Serial
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces')
-rw-r--r--OpenSim/Region/Environment/Interfaces/IEntityInventory.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/IEntityInventory.cs b/OpenSim/Region/Environment/Interfaces/IEntityInventory.cs
index 80a6a62..db809a0 100644
--- a/OpenSim/Region/Environment/Interfaces/IEntityInventory.cs
+++ b/OpenSim/Region/Environment/Interfaces/IEntityInventory.cs
@@ -48,11 +48,11 @@ namespace OpenSim.Region.Environment.Scenes
48 /// <value> 48 /// <value>
49 /// Inventory serial number 49 /// Inventory serial number
50 /// </value> 50 /// </value>
51 uint Serial 51// uint Serial
52 { 52// {
53 get; 53// get;
54 set; 54// set;
55 } 55// }
56 56
57 /// <value> 57 /// <value>
58 /// Raw inventory data 58 /// Raw inventory data