mirror of
https://github.com/opensim/opensim.git
synced 2026-05-17 12:15:33 +08:00
*Land has now been linked to the StorageManager. Next step is to fill in the functions for the different datastore interfaces for Land Objects.
This commit is contained in:
@@ -289,17 +289,17 @@ namespace OpenSim.Framework.Data.MySQL
|
||||
return terret;
|
||||
}
|
||||
|
||||
public void RemoveLandObject(uint id)
|
||||
public void RemoveLandObject(uint id, LLUUID regionUUID)
|
||||
{
|
||||
}
|
||||
|
||||
public void StoreParcel(Land parcel)
|
||||
public void StoreLandObject(Land parcel, LLUUID regionUUID)
|
||||
{
|
||||
}
|
||||
|
||||
public List<Land> LoadLandObjects()
|
||||
public List<Framework.LandData> LoadLandObjects(LLUUID regionUUID)
|
||||
{
|
||||
return new List<Land>();
|
||||
return new List<LandData>();
|
||||
}
|
||||
|
||||
private void DisplayDataSet(DataSet ds, string title)
|
||||
|
||||
Reference in New Issue
Block a user