aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/IRegionProfileService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Got rid of concrete GridDBService referenceslbsa712009-02-261-0/+5
|
* * renamed IRegionProfileService to IRegionProfileRouter to better reflect ↵lbsa712009-02-261-0/+24
| | | | | | | | | | use (naming is a work in progress...) * introduced new IRegionProfileService that is going to be _one_ profileService * Had GridDBService inherit the IRegionProfileService (preparing for re-wiring things and de-duplicating eventually)
* Add copyright headers. Minor formatting cleanup. Fix some compiler ↵Jeff Ames2009-02-131-1/+28
| | | | warnings. Fix some m_log declarations.
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-121-44/+44
|
* * Some more CCClbsa712009-02-121-6/+6
|
* * Renamed RegionProfileService to RegionProfileServiceProxy to better ↵lbsa712009-02-121-0/+44
reflect actual use. * Added IRegionProfileService