aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Interfaces/IEstateModule.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-30 20:48:31 +0000
committerJustin Clarke Casey2008-12-30 20:48:31 +0000
commite4c7bdc730ab2d550b8c308841049224c0cbddf6 (patch)
tree20f3c3290d294a9d099a13cc0145f2ff7875820a /OpenSim/Region/Environment/Interfaces/IEstateModule.cs
parent* Implement saving of region settings in OAR files (diff)
downloadopensim-SC_OLD-e4c7bdc730ab2d550b8c308841049224c0cbddf6.zip
opensim-SC_OLD-e4c7bdc730ab2d550b8c308841049224c0cbddf6.tar.gz
opensim-SC_OLD-e4c7bdc730ab2d550b8c308841049224c0cbddf6.tar.bz2
opensim-SC_OLD-e4c7bdc730ab2d550b8c308841049224c0cbddf6.tar.xz
* Remove mono compiler warnings
* Leaving the 23 warnings in ChildAgentDataUpdate.cs for Diva to look at
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces/IEstateModule.cs')
-rw-r--r--OpenSim/Region/Environment/Interfaces/IEstateModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/IEstateModule.cs b/OpenSim/Region/Environment/Interfaces/IEstateModule.cs
index 8e393bb..d84af20 100644
--- a/OpenSim/Region/Environment/Interfaces/IEstateModule.cs
+++ b/OpenSim/Region/Environment/Interfaces/IEstateModule.cs
@@ -37,7 +37,7 @@ namespace OpenSim.Region.Environment.Interfaces
37 bool IsManager(UUID avatarID); 37 bool IsManager(UUID avatarID);
38 38
39 /// <summary> 39 /// <summary>
40 /// Tell all clients about the current state of the region (terrain textures, water height, etc.) 40 /// Tell all clients about the current state of the region (terrain textures, water height, etc.).
41 /// </summary> 41 /// </summary>
42 void sendRegionHandshakeToAll(); 42 void sendRegionHandshakeToAll();
43 } 43 }