From e9ad6f7913ed1e6fe1023cda3f9c04c0c6b4de2b Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Fri, 21 Nov 2008 04:41:39 +0000 Subject: Plumb in the list if user IDs to the land module to allow selection of objects by owner name --- OpenSim/Region/Environment/Interfaces/ILandObject.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Interfaces') diff --git a/OpenSim/Region/Environment/Interfaces/ILandObject.cs b/OpenSim/Region/Environment/Interfaces/ILandObject.cs index 85da000..9d51109 100644 --- a/OpenSim/Region/Environment/Interfaces/ILandObject.cs +++ b/OpenSim/Region/Environment/Interfaces/ILandObject.cs @@ -68,7 +68,7 @@ namespace OpenSim.Region.Environment.Interfaces bool[,] getSquareLandBitmap(int start_x, int start_y, int end_x, int end_y); bool[,] modifyLandBitmapSquare(bool[,] land_bitmap, int start_x, int start_y, int end_x, int end_y, bool set_value); bool[,] mergeLandBitmaps(bool[,] bitmap_base, bool[,] bitmap_add); - void sendForceObjectSelect(int local_id, int request_type, IClientAPI remote_client); + void sendForceObjectSelect(int local_id, int request_type, List returnIDs, IClientAPI remote_client); void sendLandObjectOwners(IClientAPI remote_client); void returnObject(SceneObjectGroup obj); void returnLandObjects(uint type, UUID[] owners, IClientAPI remote_client); -- cgit v1.1