diff options
author | Justin Clark-Casey (justincc) | 2010-04-23 20:11:26 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-04-23 20:11:26 +0100 |
commit | f313d57fa4f658bbdb9c4c0e1c99bf3de69b100b (patch) | |
tree | db7c7436fe7c81eab481ed1e7bc969949d9646f2 /OpenSim/Data/SQLiteNG/SQLiteFriendsData.cs | |
parent | dispose of the DbCommand used to execute migrations after we've finished with... (diff) | |
parent | add a comment about deprecating IRegionModule (diff) | |
download | opensim-SC_OLD-f313d57fa4f658bbdb9c4c0e1c99bf3de69b100b.zip opensim-SC_OLD-f313d57fa4f658bbdb9c4c0e1c99bf3de69b100b.tar.gz opensim-SC_OLD-f313d57fa4f658bbdb9c4c0e1c99bf3de69b100b.tar.bz2 opensim-SC_OLD-f313d57fa4f658bbdb9c4c0e1c99bf3de69b100b.tar.xz |
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Data/SQLiteNG/SQLiteFriendsData.cs')
-rw-r--r-- | OpenSim/Data/SQLiteNG/SQLiteFriendsData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLiteNG/SQLiteFriendsData.cs b/OpenSim/Data/SQLiteNG/SQLiteFriendsData.cs index b06853c..702a1d8 100644 --- a/OpenSim/Data/SQLiteNG/SQLiteFriendsData.cs +++ b/OpenSim/Data/SQLiteNG/SQLiteFriendsData.cs | |||
@@ -33,7 +33,7 @@ using OpenMetaverse; | |||
33 | using OpenSim.Framework; | 33 | using OpenSim.Framework; |
34 | using Mono.Data.Sqlite; | 34 | using Mono.Data.Sqlite; |
35 | 35 | ||
36 | namespace OpenSim.Data.SQLite | 36 | namespace OpenSim.Data.SQLiteNG |
37 | { | 37 | { |
38 | public class SQLiteFriendsData : SQLiteGenericTableHandler<FriendsData>, IFriendsData | 38 | public class SQLiteFriendsData : SQLiteGenericTableHandler<FriendsData>, IFriendsData |
39 | { | 39 | { |