* Added addNewUserAgent() function. No idea if it breaks compilation since MSVC#2005 solutions are broken.

This commit is contained in:
Adam Frisby
2007-05-26 06:29:22 +00:00
parent 64741b55a6
commit 79df5f840c
3 changed files with 16 additions and 0 deletions

View File

@@ -125,6 +125,11 @@ namespace OpenGrid.Framework.Data.MySQL
{
}
public void addNewUserAgent(UserAgentData agent)
{
// Do nothing.
}
public bool moneyTransferRequest(LLUUID from, LLUUID to, uint amount)
{
return false;