aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data/UserDataBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* reorganizing namespaces to put all the Data stuff into it's own namespaceSean Dague2008-04-021-29/+0
| | | | | | | / dir structure. This is coming in over a few changesets so consider trunk broken for the next 30 minutes as these get pulled together.
* Set svn:eol-style.Jeff Ames2008-03-291-29/+29
|
* * Introduced common abstract UserDataBase providerlbsa712008-03-281-4/+23
| | | | | | * Weeded out multiple AvatarPickerAvatar classes
* * Introduced common abstract AssetDataBase implementing IAssetProviderlbsa712008-03-281-0/+10
* changed the semantics of SQLiteBase to SQLiteUtils * Added abstract placeholder files for the other db providers