diff options
author | Justin Clark-Casey (justincc) | 2010-12-04 01:06:29 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-12-04 01:06:29 +0000 |
commit | 0ab774d484a58a73b2aa26b9f10d9df9aea1777a (patch) | |
tree | 42ac8bcab0a7f410dc39434237fed40ad730fbc3 /OpenSim | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-0ab774d484a58a73b2aa26b9f10d9df9aea1777a.zip opensim-SC_OLD-0ab774d484a58a73b2aa26b9f10d9df9aea1777a.tar.gz opensim-SC_OLD-0ab774d484a58a73b2aa26b9f10d9df9aea1777a.tar.bz2 opensim-SC_OLD-0ab774d484a58a73b2aa26b9f10d9df9aea1777a.tar.xz |
add warning decals and information to RegionModule.cs in probably non-functional OpenSim.Region.Examples.SimpleModule project
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/RegionModule.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/RegionModule.cs b/OpenSim/Region/Examples/SimpleModule/RegionModule.cs index 6da41db..9bcda74 100644 --- a/OpenSim/Region/Examples/SimpleModule/RegionModule.cs +++ b/OpenSim/Region/Examples/SimpleModule/RegionModule.cs | |||
@@ -34,6 +34,15 @@ using OpenSim.Region.Framework.Scenes; | |||
34 | 34 | ||
35 | namespace OpenSim.Region.Examples.SimpleModule | 35 | namespace OpenSim.Region.Examples.SimpleModule |
36 | { | 36 | { |
37 | /// <summary> | ||
38 | /// Example region module. | ||
39 | /// </summary> | ||
40 | /// <remarks> | ||
41 | /// This is an old and unmaintained region module which uses the old style module interface. It is not loaded into | ||
42 | /// OpenSim by default. If you want to try enabling it, look in the bin folder of this project. | ||
43 | /// Please see the README.txt in this project on the filesystem for some more information. | ||
44 | /// Nonetheless, it may contain some useful example code so has been left here for now. | ||
45 | /// </remarks> | ||
37 | public class RegionModule : IRegionModule | 46 | public class RegionModule : IRegionModule |
38 | { | 47 | { |
39 | #region IRegionModule Members | 48 | #region IRegionModule Members |