diff options
author | Sean Dague | 2008-04-02 15:36:01 +0000 |
---|---|---|
committer | Sean Dague | 2008-04-02 15:36:01 +0000 |
commit | f52c8f3970c5f528aaa6edf2b1bf8acc31c52313 (patch) | |
tree | b22667e2d4ad14d6eaad11993e400b94e0f8fcb6 /OpenSim/Data/SQLite/SQLiteGridData.cs | |
parent | first pass at fixing up prebuild.xml after the (diff) | |
download | opensim-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 '')
-rw-r--r-- | OpenSim/Data/SQLite/SQLiteGridData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteGridData.cs b/OpenSim/Data/SQLite/SQLiteGridData.cs index 94e8e50..7575245 100644 --- a/OpenSim/Data/SQLite/SQLiteGridData.cs +++ b/OpenSim/Data/SQLite/SQLiteGridData.cs | |||
@@ -32,7 +32,7 @@ using System.Security.Cryptography; | |||
32 | using System.Text; | 32 | using System.Text; |
33 | using libsecondlife; | 33 | using libsecondlife; |
34 | 34 | ||
35 | namespace OpenSim.Framework.Data.SQLite | 35 | namespace OpenSim.Data.SQLite |
36 | { | 36 | { |
37 | /// <summary> | 37 | /// <summary> |
38 | /// A Grid Interface to the SQLite database | 38 | /// A Grid Interface to the SQLite database |