aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-08-17 20:25:14 +0100
committerJustin Clark-Casey (justincc)2009-08-17 20:25:14 +0100
commit0d7bcee5602a536b5d97893fabcac8b2e0db2536 (patch)
tree3c4a1b4d653eeddb837b2f317eaaee2889fa9155 /OpenSim/Region
parentApply http://opensimulator.org/mantis/view.php?id=4016 (diff)
downloadopensim-SC_OLD-0d7bcee5602a536b5d97893fabcac8b2e0db2536.zip
opensim-SC_OLD-0d7bcee5602a536b5d97893fabcac8b2e0db2536.tar.gz
opensim-SC_OLD-0d7bcee5602a536b5d97893fabcac8b2e0db2536.tar.bz2
opensim-SC_OLD-0d7bcee5602a536b5d97893fabcac8b2e0db2536.tar.xz
no-op to poke panda
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index e28bc9a..7bc0b77 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -70,14 +70,14 @@ namespace OpenSim
70 70
71 protected bool m_autoCreateClientStack = true; 71 protected bool m_autoCreateClientStack = true;
72 72
73 /// <summary> 73 /// <value>
74 /// The file used to load and save prim backup xml if no filename has been specified 74 /// The file used to load and save prim backup xml if no filename has been specified
75 /// </summary> 75 /// </value>
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 /// <value>
79 /// The file used to load and save an opensimulator 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 /// </value>
81 protected const string DEFAULT_OAR_BACKUP_FILENAME = "region.oar"; 81 protected const string DEFAULT_OAR_BACKUP_FILENAME = "region.oar";
82 82
83 public ConfigSettings ConfigurationSettings 83 public ConfigSettings ConfigurationSettings