diff options
Diffstat (limited to 'OpenSim/Framework/IScene.cs')
-rw-r--r-- | OpenSim/Framework/IScene.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs index d7071da..4b6e9a5 100644 --- a/OpenSim/Framework/IScene.cs +++ b/OpenSim/Framework/IScene.cs | |||
@@ -46,6 +46,7 @@ namespace OpenSim.Framework | |||
46 | 46 | ||
47 | void AddNewClient(IClientAPI client, bool child); | 47 | void AddNewClient(IClientAPI client, bool child); |
48 | void RemoveClient(LLUUID agentID); | 48 | void RemoveClient(LLUUID agentID); |
49 | void CloseAllAgents(uint circuitcode); | ||
49 | 50 | ||
50 | void Restart(int seconds); | 51 | void Restart(int seconds); |
51 | bool OtherRegionUp(RegionInfo thisRegion); | 52 | bool OtherRegionUp(RegionInfo thisRegion); |