aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/IUserService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added in IUserService functions. These don't do anything yet,Sean Dague2008-05-011-0/+12
| | | | | | | but the set all compiles together fine, and it provides people an idea of where we are heading.
* * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby2008-05-011-1/+1
| | | | with namespaces.
* move IUserService into the OpenSim.Framework.Communications assemblySean Dague2008-04-301-0/+112
| | | | | | because all the other I***Service interfaces are there.
* * Moved IUserService to OpenSim.Framework.Interfaceslbsa712007-10-051-49/+0
|
* * Renamed IUserServices to IUserServicelbsa712007-10-051-0/+49