diff options
author | opensim mirror account | 2010-11-24 20:20:03 -0800 |
---|---|---|
committer | opensim mirror account | 2010-11-24 20:20:03 -0800 |
commit | e9d59389e88ee2fce7d933390f8f5a24def2fb67 (patch) | |
tree | 89c9521d8e208820ff54a1505088792b1eabb1a6 /OpenSim/Framework | |
parent | Merge branch 'master' of /var/git/opensim/ (diff) | |
parent | Change all restarting to use the restart module. Remove hardcoded behavior (diff) | |
download | opensim-SC_OLD-e9d59389e88ee2fce7d933390f8f5a24def2fb67.zip opensim-SC_OLD-e9d59389e88ee2fce7d933390f8f5a24def2fb67.tar.gz opensim-SC_OLD-e9d59389e88ee2fce7d933390f8f5a24def2fb67.tar.bz2 opensim-SC_OLD-e9d59389e88ee2fce7d933390f8f5a24def2fb67.tar.xz |
Merge branch 'master' of /var/git/opensim/
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs index 6798b7b..1298f26 100644 --- a/OpenSim/Framework/IScene.cs +++ b/OpenSim/Framework/IScene.cs | |||
@@ -73,7 +73,7 @@ namespace OpenSim.Framework | |||
73 | void AddNewClient(IClientAPI client); | 73 | void AddNewClient(IClientAPI client); |
74 | void RemoveClient(UUID agentID); | 74 | void RemoveClient(UUID agentID); |
75 | 75 | ||
76 | void Restart(int seconds); | 76 | void Restart(); |
77 | //RegionInfo OtherRegionUp(RegionInfo thisRegion); | 77 | //RegionInfo OtherRegionUp(RegionInfo thisRegion); |
78 | 78 | ||
79 | string GetSimulatorVersion(); | 79 | string GetSimulatorVersion(); |