Beginning of rewriting HG. Compiles, and runs, but HG functions not restored yet.

This commit is contained in:
Diva Canto
2010-01-16 21:42:44 -08:00
parent ee1fb81376
commit 04e29c1bac
16 changed files with 1277 additions and 667 deletions

View File

@@ -56,7 +56,7 @@ namespace OpenSim.Tests.Common.Mock
///
/// <param name="agent"></param>
/// <returns></returns>
public override bool AuthenticateUser(AgentCircuitData agent, out string reason)
public override bool VerifyUserPresence(AgentCircuitData agent, out string reason)
{
reason = String.Empty;
return true;