diff options
author | Teravus Ovares | 2008-05-24 11:10:21 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-24 11:10:21 +0000 |
commit | 375673ec903719f0225b182cb62aab153c86e04e (patch) | |
tree | 66ca3c7493119c47cc4488985f9535572a767e1c /OpenSim/Region/Environment/Interfaces/ILandObject.cs | |
parent | * Implements selected object return. (diff) | |
download | opensim-SC_OLD-375673ec903719f0225b182cb62aab153c86e04e.zip opensim-SC_OLD-375673ec903719f0225b182cb62aab153c86e04e.tar.gz opensim-SC_OLD-375673ec903719f0225b182cb62aab153c86e04e.tar.bz2 opensim-SC_OLD-375673ec903719f0225b182cb62aab153c86e04e.tar.xz |
This enables return from the parcel object owner display.
There's some oddness with the parcel counts, but if you can get past the oddness, you can return objects under an owner that you have permission to return.
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces/ILandObject.cs')
-rw-r--r-- | OpenSim/Region/Environment/Interfaces/ILandObject.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/ILandObject.cs b/OpenSim/Region/Environment/Interfaces/ILandObject.cs index 25c51de..4368493 100644 --- a/OpenSim/Region/Environment/Interfaces/ILandObject.cs +++ b/OpenSim/Region/Environment/Interfaces/ILandObject.cs | |||
@@ -64,7 +64,7 @@ namespace OpenSim.Region.Environment.Interfaces | |||
64 | void sendForceObjectSelect(int local_id, int request_type, IClientAPI remote_client); | 64 | void sendForceObjectSelect(int local_id, int request_type, IClientAPI remote_client); |
65 | void sendLandObjectOwners(IClientAPI remote_client); | 65 | void sendLandObjectOwners(IClientAPI remote_client); |
66 | void returnObject(SceneObjectGroup obj); | 66 | void returnObject(SceneObjectGroup obj); |
67 | void returnLandObjects(int type, LLUUID owner); | 67 | void returnLandObjects(uint type, LLUUID[] owners, IClientAPI remote_client); |
68 | void resetLandPrimCounts(); | 68 | void resetLandPrimCounts(); |
69 | void addPrimToCount(SceneObjectGroup obj); | 69 | void addPrimToCount(SceneObjectGroup obj); |
70 | void removePrimFromCount(SceneObjectGroup obj); | 70 | void removePrimFromCount(SceneObjectGroup obj); |