Annotation of /trunk/ModularRex/RexNetwork/RexAuthentication/RexAuthUtil.cs
Parent Directory
|
Revision Log
Revision 6 - (view) (download)
| 1 : | afrisby | 6 | using OpenMetaverse; |
| 2 : | |||
| 3 : | namespace ModularRex.RexNetwork.RexAuthentication | ||
| 4 : | { | ||
| 5 : | public static class RexAuthUtil | ||
| 6 : | { | ||
| 7 : | public static RexProfile GetByUUID(UUID id, string authserver) | ||
| 8 : | { | ||
| 9 : | return null; | ||
| 10 : | } | ||
| 11 : | |||
| 12 : | public static RexProfile GetByAccount(string account) | ||
| 13 : | { | ||
| 14 : | return null; | ||
| 15 : | } | ||
| 16 : | |||
| 17 : | public static bool Authorise(string account, UUID sessionID) | ||
| 18 : | { | ||
| 19 : | return true; | ||
| 20 : | } | ||
| 21 : | } | ||
| 22 : | } |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

