aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Types
diff options
context:
space:
mode:
authorSean Dague2008-04-09 16:01:57 +0000
committerSean Dague2008-04-09 16:01:57 +0000
commit4cc3aad2f9182188b2536c0345f8ae4a4b70f810 (patch)
tree618e8c7ba056f4fb34a5c3b001b7cc050d1ff845 /OpenSim/Data/NHibernate/Types
parent* Put explicit braces in for single line blocks (diff)
downloadopensim-SC_OLD-4cc3aad2f9182188b2536c0345f8ae4a4b70f810.zip
opensim-SC_OLD-4cc3aad2f9182188b2536c0345f8ae4a4b70f810.tar.gz
opensim-SC_OLD-4cc3aad2f9182188b2536c0345f8ae4a4b70f810.tar.bz2
opensim-SC_OLD-4cc3aad2f9182188b2536c0345f8ae4a4b70f810.tar.xz
more futzing around here. None of this works yet because
bloody LLUUID isn't serializable, which is really annoying.
Diffstat (limited to 'OpenSim/Data/NHibernate/Types')
-rw-r--r--OpenSim/Data/NHibernate/Types/LLUUIDUserType.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/NHibernate/Types/LLUUIDUserType.cs b/OpenSim/Data/NHibernate/Types/LLUUIDUserType.cs
index 024d29b..9bc8016 100644
--- a/OpenSim/Data/NHibernate/Types/LLUUIDUserType.cs
+++ b/OpenSim/Data/NHibernate/Types/LLUUIDUserType.cs
@@ -67,7 +67,7 @@ namespace OpenSim.Data.NHibernate
67 67
68 public Type ReturnedType 68 public Type ReturnedType
69 { 69 {
70 get { return typeof(Guid); } 70 get { return typeof(LLUUID); }
71 } 71 }
72 72
73 public SqlType[] SqlTypes 73 public SqlType[] SqlTypes