aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorJeff Ames2008-02-15 00:43:20 +0000
committerJeff Ames2008-02-15 00:43:20 +0000
commitb13836db57f53191b20a60247a59b25888381bea (patch)
treed3074fd29be0adf822d761b2f2514de0d536c138 /OpenSim/Framework
parentattempt to make our logging at least fail gracefully, we'll see if this helps (diff)
downloadopensim-SC_OLD-b13836db57f53191b20a60247a59b25888381bea.zip
opensim-SC_OLD-b13836db57f53191b20a60247a59b25888381bea.tar.gz
opensim-SC_OLD-b13836db57f53191b20a60247a59b25888381bea.tar.bz2
opensim-SC_OLD-b13836db57f53191b20a60247a59b25888381bea.tar.xz
Update svn properties.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/Constants.cs22
1 files changed, 11 insertions, 11 deletions
diff --git a/OpenSim/Framework/Constants.cs b/OpenSim/Framework/Constants.cs
index b308221..80fdb64 100644
--- a/OpenSim/Framework/Constants.cs
+++ b/OpenSim/Framework/Constants.cs
@@ -1,11 +1,11 @@
1using System; 1using System;
2using System.Collections.Generic; 2using System.Collections.Generic;
3using System.Text; 3using System.Text;
4 4
5namespace OpenSim.Framework 5namespace OpenSim.Framework
6{ 6{
7 public class Constants 7 public class Constants
8 { 8 {
9 public const uint RegionSize = 256; 9 public const uint RegionSize = 256;
10 } 10 }
11} 11}