diff options
author | Teravus Ovares | 2008-05-14 03:57:30 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-14 03:57:30 +0000 |
commit | 9e1cc72c6e291d1e8430e8de0b071c654a72ca59 (patch) | |
tree | ab88df13ce96c295e99a7ea6373b34bfe77cc230 /OpenSim/Framework | |
parent | Update svn properties. (diff) | |
download | opensim-SC_OLD-9e1cc72c6e291d1e8430e8de0b071c654a72ca59.zip opensim-SC_OLD-9e1cc72c6e291d1e8430e8de0b071c654a72ca59.tar.gz opensim-SC_OLD-9e1cc72c6e291d1e8430e8de0b071c654a72ca59.tar.bz2 opensim-SC_OLD-9e1cc72c6e291d1e8430e8de0b071c654a72ca59.tar.xz |
* Refactored OutPacket and FirstName/LastName out of Friends Module.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 6 |
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 | ||