aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/RegionModule.cs
diff options
context:
space:
mode:
authoropensim mirror account2010-12-03 18:50:03 -0800
committeropensim mirror account2010-12-03 18:50:03 -0800
commit755180612af02a0e1c7936b1759b4bd7d8e5ce81 (patch)
tree4344943657e32afb5bbc6bf75e5341d2d2daa5af /OpenSim/Region/Examples/SimpleModule/RegionModule.cs
parentMerge branch 'master' of /var/git/opensim/ (diff)
parentminor: add class doc line to older region module example code pointing toward... (diff)
downloadopensim-SC_OLD-755180612af02a0e1c7936b1759b4bd7d8e5ce81.zip
opensim-SC_OLD-755180612af02a0e1c7936b1759b4bd7d8e5ce81.tar.gz
opensim-SC_OLD-755180612af02a0e1c7936b1759b4bd7d8e5ce81.tar.bz2
opensim-SC_OLD-755180612af02a0e1c7936b1759b4bd7d8e5ce81.tar.xz
Merge branch 'master' of /var/git/opensim/
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/RegionModule.cs')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/RegionModule.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/RegionModule.cs b/OpenSim/Region/Examples/SimpleModule/RegionModule.cs
index 9bcda74..088b818 100644
--- a/OpenSim/Region/Examples/SimpleModule/RegionModule.cs
+++ b/OpenSim/Region/Examples/SimpleModule/RegionModule.cs
@@ -42,6 +42,8 @@ namespace OpenSim.Region.Examples.SimpleModule
42 /// OpenSim by default. If you want to try enabling it, look in the bin folder of this project. 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. 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. 44 /// Nonetheless, it may contain some useful example code so has been left here for now.
45 ///
46 /// You can see bare bones examples of the more modern region module system in OpenSim/Region/OptionalModules/Example
45 /// </remarks> 47 /// </remarks>
46 public class RegionModule : IRegionModule 48 public class RegionModule : IRegionModule
47 { 49 {