diff options
author | Sean Dague | 2008-02-19 19:16:21 +0000 |
---|---|---|
committer | Sean Dague | 2008-02-19 19:16:21 +0000 |
commit | 530cc2488461a4ef68a06eaba42698fcdc09f459 (patch) | |
tree | d2db34a2dcdb10b3b85aaeb200334ee9a27cae91 /OpenSim/Region/Environment/Interfaces/IWorldComm.cs | |
parent | Added to OpenSim.ini.example: (diff) | |
download | opensim-SC_OLD-530cc2488461a4ef68a06eaba42698fcdc09f459.zip opensim-SC_OLD-530cc2488461a4ef68a06eaba42698fcdc09f459.tar.gz opensim-SC_OLD-530cc2488461a4ef68a06eaba42698fcdc09f459.tar.bz2 opensim-SC_OLD-530cc2488461a4ef68a06eaba42698fcdc09f459.tar.xz |
From: Michael Osias <mosias@us.ibm.com>
This patch implements the llSendRemoteData command and fixes mantis 552,
and possibly 586.
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces/IWorldComm.cs')
-rw-r--r-- | OpenSim/Region/Environment/Interfaces/IWorldComm.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/IWorldComm.cs b/OpenSim/Region/Environment/Interfaces/IWorldComm.cs index 7567bb2..89c3d6f 100644 --- a/OpenSim/Region/Environment/Interfaces/IWorldComm.cs +++ b/OpenSim/Region/Environment/Interfaces/IWorldComm.cs | |||
@@ -41,5 +41,8 @@ namespace OpenSim.Region.Environment.Interfaces | |||
41 | void ListenControl(int handle, int active); | 41 | void ListenControl(int handle, int active); |
42 | void ListenRemove(int handle); | 42 | void ListenRemove(int handle); |
43 | void DeleteListener(LLUUID itemID); | 43 | void DeleteListener(LLUUID itemID); |
44 | uint PeekNextMessageLocalID(); | ||
45 | LLUUID PeekNextMessageItemID(); | ||
46 | |||
44 | } | 47 | } |
45 | } \ No newline at end of file | 48 | } |