diff options
author | Adam Frisby | 2008-05-01 16:35:00 +0000 |
---|---|---|
committer | Adam Frisby | 2008-05-01 16:35:00 +0000 |
commit | 13526097f24b7a8ad63b1d482c44b44397fa055f (patch) | |
tree | 7a82c20ed7c63e2aea5ad3863325e37f64e1cbea /OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs | |
parent | * Breaking all the code, breaking all the code..! (diff) | |
download | opensim-SC-13526097f24b7a8ad63b1d482c44b44397fa055f.zip opensim-SC-13526097f24b7a8ad63b1d482c44b44397fa055f.tar.gz opensim-SC-13526097f24b7a8ad63b1d482c44b44397fa055f.tar.bz2 opensim-SC-13526097f24b7a8ad63b1d482c44b44397fa055f.tar.xz |
* Spring cleaning on Region.Environment.
* Converted a large number of read-only fields to be actually, readonly.
* Reformatted code sections.
* Removed redundant code.
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs')
-rw-r--r-- | OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs b/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs index c757461..e7af0a9 100644 --- a/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs +++ b/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs | |||
@@ -48,7 +48,7 @@ namespace OpenSim.Region.Environment.Interfaces | |||
48 | /// <param name="obj"></param> | 48 | /// <param name="obj"></param> |
49 | /// <param name="regionUUID"></param> | 49 | /// <param name="regionUUID"></param> |
50 | void StoreObject(SceneObjectGroup obj, LLUUID regionUUID); | 50 | void StoreObject(SceneObjectGroup obj, LLUUID regionUUID); |
51 | 51 | ||
52 | /// <summary> | 52 | /// <summary> |
53 | /// Entirely removes the object, including inventory | 53 | /// Entirely removes the object, including inventory |
54 | /// </summary> | 54 | /// </summary> |
@@ -56,7 +56,7 @@ namespace OpenSim.Region.Environment.Interfaces | |||
56 | /// <param name="regionUUID"></param> | 56 | /// <param name="regionUUID"></param> |
57 | /// <returns></returns> | 57 | /// <returns></returns> |
58 | void RemoveObject(LLUUID uuid, LLUUID regionUUID); | 58 | void RemoveObject(LLUUID uuid, LLUUID regionUUID); |
59 | 59 | ||
60 | /// <summary> | 60 | /// <summary> |
61 | /// Store a prim's inventory | 61 | /// Store a prim's inventory |
62 | /// </summary> | 62 | /// </summary> |
@@ -74,4 +74,4 @@ namespace OpenSim.Region.Environment.Interfaces | |||
74 | 74 | ||
75 | void Shutdown(); | 75 | void Shutdown(); |
76 | } | 76 | } |
77 | } | 77 | } \ No newline at end of file |