aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/IRegionProfileService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-02-21Deleted obsolete files in the Data layer. Compiles.Diva Canto1-100/+0
2009-02-26* Got rid of concrete GridDBService referenceslbsa711-0/+5
2009-02-26* renamed IRegionProfileService to IRegionProfileRouter to better reflect ↵lbsa711-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)
2009-02-13Add copyright headers. Minor formatting cleanup. Fix some compiler ↵Jeff Ames1-1/+28
warnings. Fix some m_log declarations.
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-44/+44
2009-02-12* Some more CCClbsa711-6/+6
2009-02-12* Renamed RegionProfileService to RegionProfileServiceProxy to better ↵lbsa711-0/+44
reflect actual use. * Added IRegionProfileService