diff options
author | UbitUmarov | 2016-07-01 19:32:14 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-01 19:32:14 +0100 |
commit | 07c8e79b0335437b5acbfdd040228015b1b1fb2f (patch) | |
tree | 68c69ad0988e019d52384aa29f493fb2d6f3372f | |
parent | cleanup a bit (diff) | |
download | opensim-SC_OLD-07c8e79b0335437b5acbfdd040228015b1b1fb2f.zip opensim-SC_OLD-07c8e79b0335437b5acbfdd040228015b1b1fb2f.tar.gz opensim-SC_OLD-07c8e79b0335437b5acbfdd040228015b1b1fb2f.tar.bz2 opensim-SC_OLD-07c8e79b0335437b5acbfdd040228015b1b1fb2f.tar.xz |
missing file
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IEventQueue.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IEventQueue.cs b/OpenSim/Region/Framework/Interfaces/IEventQueue.cs index f4014db..4361310 100644 --- a/OpenSim/Region/Framework/Interfaces/IEventQueue.cs +++ b/OpenSim/Region/Framework/Interfaces/IEventQueue.cs | |||
@@ -58,7 +58,6 @@ namespace OpenSim.Region.Framework.Interfaces | |||
58 | void ChatterBoxSessionAgentListUpdates(UUID sessionID, UUID fromAgent, UUID anotherAgent, bool canVoiceChat, | 58 | void ChatterBoxSessionAgentListUpdates(UUID sessionID, UUID fromAgent, UUID anotherAgent, bool canVoiceChat, |
59 | bool isModerator, bool textMute); | 59 | bool isModerator, bool textMute); |
60 | void ParcelProperties(ParcelPropertiesMessage parcelPropertiesMessage, UUID avatarID); | 60 | void ParcelProperties(ParcelPropertiesMessage parcelPropertiesMessage, UUID avatarID); |
61 | void GroupMembership(AgentGroupDataUpdatePacket groupUpdate, UUID avatarID); | ||
62 | void GroupMembershipData(UUID receiverAgent, GroupMembershipData[] data); | 61 | void GroupMembershipData(UUID receiverAgent, GroupMembershipData[] data); |
63 | OSD ScriptRunningEvent(UUID objectID, UUID itemID, bool running, bool mono); | 62 | OSD ScriptRunningEvent(UUID objectID, UUID itemID, bool running, bool mono); |
64 | OSD BuildEvent(string eventName, OSD eventBody); | 63 | OSD BuildEvent(string eventName, OSD eventBody); |