View of /trunk/ModularRex/RexNetwork/RexAuthentication/RexAuthUtil.cs
Parent Directory
|
Revision Log
Revision 6 -
(download)
(annotate)
Tue Nov 18 11:52:26 2008 UTC (4 years, 6 months ago) by afrisby
File size: 488 byte(s)
Tue Nov 18 11:52:26 2008 UTC (4 years, 6 months ago) by afrisby
File size: 488 byte(s)
* Updating to latest * Warning: Contains bugs.
using OpenMetaverse;
namespace ModularRex.RexNetwork.RexAuthentication
{
public static class RexAuthUtil
{
public static RexProfile GetByUUID(UUID id, string authserver)
{
return null;
}
public static RexProfile GetByAccount(string account)
{
return null;
}
public static bool Authorise(string account, UUID sessionID)
{
return true;
}
}
}
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

