aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorMW2007-11-13 12:23:05 +0000
committerMW2007-11-13 12:23:05 +0000
commit297cc7ef4f44dc783ebee817f48c205b04aa68f7 (patch)
treed401f5e38d03a0ff8bb4996c9bfed8ae7962f5c9 /OpenSim/Region/ClientStack
parentSome work on being able to set/send a users Buddylist info. (added handling c... (diff)
downloadopensim-SC_OLD-297cc7ef4f44dc783ebee817f48c205b04aa68f7.zip
opensim-SC_OLD-297cc7ef4f44dc783ebee817f48c205b04aa68f7.tar.gz
opensim-SC_OLD-297cc7ef4f44dc783ebee817f48c205b04aa68f7.tar.bz2
opensim-SC_OLD-297cc7ef4f44dc783ebee817f48c205b04aa68f7.tar.xz
Some work on cleanly removing Regions.
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/ClientView.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs
index 4b3a6c1..839556d 100644
--- a/OpenSim/Region/ClientStack/ClientView.cs
+++ b/OpenSim/Region/ClientStack/ClientView.cs
@@ -158,6 +158,16 @@ namespace OpenSim.Region.ClientStack
158 ClientThread.Abort(); 158 ClientThread.Abort();
159 } 159 }
160 160
161 public void Stop()
162 {
163 clientPingTimer.Stop();
164
165 libsecondlife.Packets.DisableSimulatorPacket disable = new libsecondlife.Packets.DisableSimulatorPacket();
166 OutPacket(disable);
167
168 ClientThread.Abort();
169 }
170
161 #endregion 171 #endregion
162 172
163 # region Packet Handling 173 # region Packet Handling