diff options
author | Justin Clark-Casey (justincc) | 2012-10-09 01:40:40 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-10-09 01:40:55 +0100 |
commit | ef3cc2e507a545bfcffc804015ee3ec5b8a260e0 (patch) | |
tree | d858540688c43c7243e8f07ea1b868f832d07cc8 /OpenSim/Framework/RegionFlags.cs | |
parent | Once again, forgot to add a file. (diff) | |
download | opensim-SC_OLD-ef3cc2e507a545bfcffc804015ee3ec5b8a260e0.zip opensim-SC_OLD-ef3cc2e507a545bfcffc804015ee3ec5b8a260e0.tar.gz opensim-SC_OLD-ef3cc2e507a545bfcffc804015ee3ec5b8a260e0.tar.bz2 opensim-SC_OLD-ef3cc2e507a545bfcffc804015ee3ec5b8a260e0.tar.xz |
minor: Add documentation to IGridService.GetRegionFlags()
Diffstat (limited to 'OpenSim/Framework/RegionFlags.cs')
-rw-r--r-- | OpenSim/Framework/RegionFlags.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/RegionFlags.cs b/OpenSim/Framework/RegionFlags.cs index c0630c8..a3089b0 100644 --- a/OpenSim/Framework/RegionFlags.cs +++ b/OpenSim/Framework/RegionFlags.cs | |||
@@ -34,6 +34,7 @@ namespace OpenSim.Framework | |||
34 | /// </summary> | 34 | /// </summary> |
35 | /// <remarks> | 35 | /// <remarks> |
36 | /// Don't confuse with OpenMetaverse.RegionFlags which are client facing flags (i.e. they go over the wire). | 36 | /// Don't confuse with OpenMetaverse.RegionFlags which are client facing flags (i.e. they go over the wire). |
37 | /// Returned by IGridService.GetRegionFlags() | ||
37 | /// </remarks> | 38 | /// </remarks> |
38 | [Flags] | 39 | [Flags] |
39 | public enum RegionFlags : int | 40 | public enum RegionFlags : int |