mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
XmlRpcGridRouter
Flesh out XmlRpcGridRouter to reap unused channels from gateway when scripts or objects are removed, or when the llCloseRemoteDataChannel is called. See: http://http://forge.opensimulator.org/gf/project/xmlrpcrouter/ or https://github.com/BlueWall/XmlRpcRouter for php gateway and test code.
This commit is contained in:
@@ -34,5 +34,6 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
void RegisterNewReceiver(IScriptModule scriptEngine, UUID channelID, UUID objectID, UUID itemID, string url);
|
||||
void ScriptRemoved(UUID itemID);
|
||||
void ObjectRemoved(UUID objectID);
|
||||
void UnRegisterReceiver(string channelID, UUID itemID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user