diff options
author | lbsa71 | 2008-01-15 10:15:39 +0000 |
---|---|---|
committer | lbsa71 | 2008-01-15 10:15:39 +0000 |
commit | 47c65295236560b0c58c1797ce2ad19418fa2b94 (patch) | |
tree | 1aacd2f02d5c6a585a9fc61e0b3c57ae6beaf1d9 /OpenSim/Framework/Data/OpenSimObjectFieldMapper.cs | |
parent | * Delinking doesn't leave invisible physical objects behind anymore (diff) | |
download | opensim-SC_OLD-47c65295236560b0c58c1797ce2ad19418fa2b94.zip opensim-SC_OLD-47c65295236560b0c58c1797ce2ad19418fa2b94.tar.gz opensim-SC_OLD-47c65295236560b0c58c1797ce2ad19418fa2b94.tar.bz2 opensim-SC_OLD-47c65295236560b0c58c1797ce2ad19418fa2b94.tar.xz |
* Some morw work on specializing the database framework for OpenSim
Diffstat (limited to 'OpenSim/Framework/Data/OpenSimObjectFieldMapper.cs')
-rw-r--r-- | OpenSim/Framework/Data/OpenSimObjectFieldMapper.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Data/OpenSimObjectFieldMapper.cs b/OpenSim/Framework/Data/OpenSimObjectFieldMapper.cs index b718fe4..851ebcd 100644 --- a/OpenSim/Framework/Data/OpenSimObjectFieldMapper.cs +++ b/OpenSim/Framework/Data/OpenSimObjectFieldMapper.cs | |||
@@ -1,5 +1,6 @@ | |||
1 | using System; | 1 | using System; |
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Data.Common; | ||
3 | using System.Text; | 4 | using System.Text; |
4 | using libsecondlife; | 5 | using libsecondlife; |
5 | using TribalMedia.Framework.Data; | 6 | using TribalMedia.Framework.Data; |
@@ -15,7 +16,7 @@ namespace OpenSim.Framework.Data | |||
15 | { | 16 | { |
16 | } | 17 | } |
17 | 18 | ||
18 | public override void ExpandField<TObj>(TObj obj, System.Data.Common.DbCommand command, List<string> fieldNames) | 19 | public override void ExpandField<TObj>(TObj obj, DbCommand command, List<string> fieldNames) |
19 | { | 20 | { |
20 | string fieldName = FieldName; | 21 | string fieldName = FieldName; |
21 | object value = GetParamValue(obj); | 22 | object value = GetParamValue(obj); |