aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/PrimitiveBaseShapeTableMapper.cs
diff options
context:
space:
mode:
authorSean Dague2008-04-02 15:36:01 +0000
committerSean Dague2008-04-02 15:36:01 +0000
commitf52c8f3970c5f528aaa6edf2b1bf8acc31c52313 (patch)
treeb22667e2d4ad14d6eaad11993e400b94e0f8fcb6 /OpenSim/Data/PrimitiveBaseShapeTableMapper.cs
parentfirst pass at fixing up prebuild.xml after the (diff)
downloadopensim-SC_OLD-f52c8f3970c5f528aaa6edf2b1bf8acc31c52313.zip
opensim-SC_OLD-f52c8f3970c5f528aaa6edf2b1bf8acc31c52313.tar.gz
opensim-SC_OLD-f52c8f3970c5f528aaa6edf2b1bf8acc31c52313.tar.bz2
opensim-SC_OLD-f52c8f3970c5f528aaa6edf2b1bf8acc31c52313.tar.xz
attempt to fix up all refernces to new directory structure
Diffstat (limited to 'OpenSim/Data/PrimitiveBaseShapeTableMapper.cs')
-rw-r--r--OpenSim/Data/PrimitiveBaseShapeTableMapper.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/PrimitiveBaseShapeTableMapper.cs b/OpenSim/Data/PrimitiveBaseShapeTableMapper.cs
index 51adf89..a946fe6 100644
--- a/OpenSim/Data/PrimitiveBaseShapeTableMapper.cs
+++ b/OpenSim/Data/PrimitiveBaseShapeTableMapper.cs
@@ -27,10 +27,10 @@
27 27
28using System; 28using System;
29using OpenSim.Framework; 29using OpenSim.Framework;
30using OpenSim.Framework.Data.Base; 30using OpenSim.Data.Base;
31using libsecondlife; 31using libsecondlife;
32 32
33namespace OpenSim.Framework.Data 33namespace OpenSim.Data
34{ 34{
35 public class PrimitiveBaseShapeRowMapper : BaseRowMapper<PrimitiveBaseShape> 35 public class PrimitiveBaseShapeRowMapper : BaseRowMapper<PrimitiveBaseShape>
36 { 36 {