diff options
author | Justin Clarke Casey | 2008-01-21 18:39:54 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-01-21 18:39:54 +0000 |
commit | c3594ba7d19c268db1275b6cf3491ba50d6c5790 (patch) | |
tree | efecd2fdc4fbf3f209f79320a4de1444fe4e756d /OpenSim/Framework/Data/PrimitiveBaseShapeTableMapper.cs | |
parent | * Fix accidental commenting out of OpenSim.Framework.Data (diff) | |
download | opensim-SC_OLD-c3594ba7d19c268db1275b6cf3491ba50d6c5790.zip opensim-SC_OLD-c3594ba7d19c268db1275b6cf3491ba50d6c5790.tar.gz opensim-SC_OLD-c3594ba7d19c268db1275b6cf3491ba50d6c5790.tar.bz2 opensim-SC_OLD-c3594ba7d19c268db1275b6cf3491ba50d6c5790.tar.xz |
* Following on from sdague's r3144, commenting out other parts of TribalMedia
* This should resolve the current build problem
Diffstat (limited to 'OpenSim/Framework/Data/PrimitiveBaseShapeTableMapper.cs')
-rw-r--r-- | OpenSim/Framework/Data/PrimitiveBaseShapeTableMapper.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Framework/Data/PrimitiveBaseShapeTableMapper.cs b/OpenSim/Framework/Data/PrimitiveBaseShapeTableMapper.cs index c915538..227a98e 100644 --- a/OpenSim/Framework/Data/PrimitiveBaseShapeTableMapper.cs +++ b/OpenSim/Framework/Data/PrimitiveBaseShapeTableMapper.cs | |||
@@ -1,8 +1,9 @@ | |||
1 | using System; | 1 | using System; |
2 | using OpenSim.Framework; | 2 | using OpenSim.Framework; |
3 | using TribalMedia.Framework.Data; | 3 | //using TribalMedia.Framework.Data; |
4 | using libsecondlife; | 4 | using libsecondlife; |
5 | 5 | ||
6 | /* | ||
6 | namespace OpenSim.Framework.Data | 7 | namespace OpenSim.Framework.Data |
7 | { | 8 | { |
8 | public class PrimitiveBaseShapeRowMapper : BaseRowMapper<PrimitiveBaseShape> | 9 | public class PrimitiveBaseShapeRowMapper : BaseRowMapper<PrimitiveBaseShape> |
@@ -141,3 +142,4 @@ namespace OpenSim.Framework.Data | |||
141 | } | 142 | } |
142 | } | 143 | } |
143 | } | 144 | } |
145 | */ | ||