aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/OSUUID.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-04-09make this a classSean Dague1-2/+4
2008-04-09check in an OSUUID wrapper as potential replacementSean Dague1-0/+85
for LLUUID in most of our code. Like LLUUID, this is basically just a box type on the .NET Guid.