aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index 671ea67..412c6c3 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -51,7 +51,7 @@ using OpenSim.Region.Physics.Manager;
51namespace OpenSim 51namespace OpenSim
52{ 52{
53 /// <summary> 53 /// <summary>
54 /// Common OpenSim simulator code 54 /// Common OpenSimulator simulator code
55 /// </summary> 55 /// </summary>
56 public class OpenSimBase : RegionApplicationBase 56 public class OpenSimBase : RegionApplicationBase
57 { 57 {
@@ -76,7 +76,7 @@ namespace OpenSim
76 protected const string DEFAULT_PRIM_BACKUP_FILENAME = "prim-backup.xml"; 76 protected const string DEFAULT_PRIM_BACKUP_FILENAME = "prim-backup.xml";
77 77
78 /// <summary> 78 /// <summary>
79 /// The file used to load and save an opensim archive if no filename has been specified 79 /// The file used to load and save an opensimulator archive if no filename has been specified
80 /// </summary> 80 /// </summary>
81 protected const string DEFAULT_OAR_BACKUP_FILENAME = "region.oar"; 81 protected const string DEFAULT_OAR_BACKUP_FILENAME = "region.oar";
82 82
@@ -97,7 +97,7 @@ namespace OpenSim
97 protected List<IApplicationPlugin> m_plugins = new List<IApplicationPlugin>(); 97 protected List<IApplicationPlugin> m_plugins = new List<IApplicationPlugin>();
98 98
99 /// <value> 99 /// <value>
100 /// The config information passed into the OpenSim region server. 100 /// The config information passed into the OpenSimulator region server.
101 /// </value> 101 /// </value>
102 public OpenSimConfigSource ConfigSource 102 public OpenSimConfigSource ConfigSource
103 { 103 {
@@ -751,7 +751,7 @@ namespace OpenSim
751 751
752 public string Path 752 public string Path
753 { 753 {
754 // This is for the OpenSim instance and is the osSecret hashed 754 // This is for the OpenSimulator instance and is the osSecret hashed
755 get { return "/" + osXStatsURI + "/"; } 755 get { return "/" + osXStatsURI + "/"; }
756 } 756 }
757 } 757 }
@@ -792,7 +792,7 @@ namespace OpenSim
792 792
793 public string Path 793 public string Path
794 { 794 {
795 // This is for the OpenSim instance and is the user provided URI 795 // This is for the OpenSimulator instance and is the user provided URI
796 get { return "/" + osUXStatsURI + "/"; } 796 get { return "/" + osUXStatsURI + "/"; }
797 } 797 }
798 } 798 }