Merge branch 'master' into presence-refactor

This commit is contained in:
Melanie
2010-01-04 21:41:33 +00:00
62 changed files with 1839 additions and 823 deletions

View File

@@ -60,7 +60,7 @@ namespace OpenSim.Region.Framework.Interfaces
/// </summary>
/// <param name="position"></param>
/// <returns></returns>
List<ILandObject> ParcelsNearPoint(Vector3 position);
List<ILandObject> ParcelsNearPoint(Vector3 position);
/// <summary>
/// Get the parcel given the land's local id.

View File

@@ -34,7 +34,7 @@ namespace OpenSim.Region.Framework.Interfaces
/// Interface to region archive functionality
/// </summary>
public interface IRegionArchiverModule
{
{
void HandleLoadOarConsoleCommand(string module, string[] cmdparams);
void HandleSaveOarConsoleCommand(string module, string[] cmdparams);