aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorTom Grimshaw2010-05-17 14:14:19 -0700
committerTom Grimshaw2010-05-17 14:32:21 -0700
commit6bc7e3429f9ac6cb57fbaa695223c3d76c189f77 (patch)
tree78d5187d6544f6d5c637978c58b43063ddde9581 /OpenSim/Framework/IClientAPI.cs
parentMerge branch 'master' of ssh://3dhosting.de/var/git/careminster (diff)
downloadopensim-SC_OLD-6bc7e3429f9ac6cb57fbaa695223c3d76c189f77.zip
opensim-SC_OLD-6bc7e3429f9ac6cb57fbaa695223c3d76c189f77.tar.gz
opensim-SC_OLD-6bc7e3429f9ac6cb57fbaa695223c3d76c189f77.tar.bz2
opensim-SC_OLD-6bc7e3429f9ac6cb57fbaa695223c3d76c189f77.tar.xz
Provide interface to prevent the client close function from sending the stop packet
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index bcbc957..bc8ce1a 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -1101,6 +1101,7 @@ namespace OpenSim.Framework
1101 void InPacket(object NewPack); 1101 void InPacket(object NewPack);
1102 void ProcessInPacket(Packet NewPack); 1102 void ProcessInPacket(Packet NewPack);
1103 void Close(); 1103 void Close();
1104 void Close(bool sendStop);
1104 void Kick(string message); 1105 void Kick(string message);
1105 1106
1106 /// <summary> 1107 /// <summary>