diff options
author | mingchen | 2007-06-27 18:04:07 +0000 |
---|---|---|
committer | mingchen | 2007-06-27 18:04:07 +0000 |
commit | 2261e4ec2a43a56dbb74168a169f39b2c6c1f054 (patch) | |
tree | 41c46ae07beb837ac109228a0a3731a10b422296 /OpenSim/Framework/Data.SQLite/SQLiteManager.cs | |
parent | *More compile fixes (should be it on OpenSim.sln) (diff) | |
download | opensim-SC_OLD-2261e4ec2a43a56dbb74168a169f39b2c6c1f054.zip opensim-SC_OLD-2261e4ec2a43a56dbb74168a169f39b2c6c1f054.tar.gz opensim-SC_OLD-2261e4ec2a43a56dbb74168a169f39b2c6c1f054.tar.bz2 opensim-SC_OLD-2261e4ec2a43a56dbb74168a169f39b2c6c1f054.tar.xz |
*Fixed all renaming for OpenGridServices.sln, still a reference issue in prebuild.xml though
Diffstat (limited to 'OpenSim/Framework/Data.SQLite/SQLiteManager.cs')
-rw-r--r-- | OpenSim/Framework/Data.SQLite/SQLiteManager.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Data.SQLite/SQLiteManager.cs b/OpenSim/Framework/Data.SQLite/SQLiteManager.cs index 9689356..b67b79c 100644 --- a/OpenSim/Framework/Data.SQLite/SQLiteManager.cs +++ b/OpenSim/Framework/Data.SQLite/SQLiteManager.cs | |||
@@ -32,9 +32,9 @@ using System.Data; | |||
32 | 32 | ||
33 | using System.Data.SQLite; | 33 | using System.Data.SQLite; |
34 | 34 | ||
35 | using OpenGrid.Framework.Data; | 35 | using OpenSim.Framework.Data; |
36 | 36 | ||
37 | namespace OpenGrid.Framework.Data.SQLite | 37 | namespace OpenSim.Framework.Data.SQLite |
38 | { | 38 | { |
39 | class SQLiteManager | 39 | class SQLiteManager |
40 | { | 40 | { |