mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Thank you, Grumly57 kindly for:
This patch proposes a new function : osOpenRemoteDataChannel(key channeID) that allow to open an XMLRPC channel for remote_data event. The difference is that the channelID can be customized instead of being randomly generated.
This commit is contained in:
@@ -32,7 +32,7 @@ namespace OpenSim.Region.Environment.Interfaces
|
||||
{
|
||||
public interface IXMLRPC
|
||||
{
|
||||
LLUUID OpenXMLRPCChannel(uint localID, LLUUID itemID);
|
||||
LLUUID OpenXMLRPCChannel(uint localID, LLUUID itemID, LLUUID channelID);
|
||||
void CloseXMLRPCChannel(LLUUID channelKey);
|
||||
bool hasRequests();
|
||||
void RemoteDataReply(string channel, string message_id, string sdata, int idata);
|
||||
|
||||
Reference in New Issue
Block a user