aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/UserDataBaseService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-231-68/+68
|
* Part 1 of refactoring the userserver. Changed it so instead of subclassing ↵MW2009-02-221-0/+68
the User dataBase access class (UserManagerBase) and then adding the http handlers to that. There is now a UserDataBaseService that is passed to the other classes so they can access the db. This should make it easier to have multiple "modules" that can register http handlers and access the db.