View of /trunk/ModularRex/RexDBObjects/RexUserAgentData.cs
Parent Directory
|
Revision Log
Revision 16 -
(download)
(annotate)
Wed Dec 3 08:36:44 2008 UTC (4 years, 6 months ago) by kalma
File size: 419 byte(s)
Wed Dec 3 08:36:44 2008 UTC (4 years, 6 months ago) by kalma
File size: 419 byte(s)
Static class for accessing authentication server. Testing not done, starting today.
using System;
using System.Collections.Generic;
using System.Text;
using OpenSim.Framework;
using OpenMetaverse;
namespace ModularRex.RexDBObjects
{
public class RexUserAgentData : UserAgentData
{
public UUID currentRegion;
public virtual UUID CurrentRegion
{
get { return currentRegion; }
set { currentRegion = value; }
}
}
}
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

