*Fixed a mistake in the EstateManagementModule that messed up the trunk.

This commit is contained in:
mingchen
2008-05-04 19:19:18 +00:00
parent 63c104efde
commit ddb3a9bdf8
4 changed files with 38 additions and 29 deletions

View File

@@ -642,5 +642,8 @@ namespace OpenSim.Region.Examples.SimpleModule
public void sendEstateCovenantInformation()
{
}
public void sendDetailedEstateData(LLUUID invoice)
{
}
}
}