aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index ec67f9a..87e8ace 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -663,7 +663,7 @@ namespace OpenSim.Framework
663 event ChatFromViewer OnChatFromViewer; 663 event ChatFromViewer OnChatFromViewer;
664 [Obsolete("LLClientView Specific - Replace with more bare-bones arguments.")] 664 [Obsolete("LLClientView Specific - Replace with more bare-bones arguments.")]
665 event TextureRequest OnRequestTexture; 665 event TextureRequest OnRequestTexture;
666 [Obsolete("LLClientView Specific - Remove bitbuckets.")] 666 [Obsolete("LLClientView Specific - Remove bitbuckets. Adam, can you be more specific here.. as I don't see any bit buckets.")]
667 event RezObject OnRezObject; 667 event RezObject OnRezObject;
668 [Obsolete("LLClientView Specific - Replace with more suitable arguments.")] 668 [Obsolete("LLClientView Specific - Replace with more suitable arguments.")]
669 event ModifyTerrain OnModifyTerrain; 669 event ModifyTerrain OnModifyTerrain;
@@ -965,7 +965,9 @@ namespace OpenSim.Framework
965 LLUUID OwnerUUID, string TouchTitle, byte[] TextureID, string SitTitle, string ItemName, 965 LLUUID OwnerUUID, string TouchTitle, byte[] TextureID, string SitTitle, string ItemName,
966 string ItemDescription, uint OwnerMask, uint NextOwnerMask, uint GroupMask, uint EveryoneMask, 966 string ItemDescription, uint OwnerMask, uint NextOwnerMask, uint GroupMask, uint EveryoneMask,
967 uint BaseMask); 967 uint BaseMask);
968 968 void SendAgentOffline(LLUUID[] agentIDs);
969
970 void SendAgentOnline(LLUUID[] agentIDs);
969 971
970 byte[] GetThrottlesPacked(float multiplier); 972 byte[] GetThrottlesPacked(float multiplier);
971 973