diff options
author | Tom Grimshaw | 2010-05-17 14:14:19 -0700 |
---|---|---|
committer | Tom Grimshaw | 2010-05-17 14:32:21 -0700 |
commit | 6bc7e3429f9ac6cb57fbaa695223c3d76c189f77 (patch) | |
tree | 78d5187d6544f6d5c637978c58b43063ddde9581 /OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | |
parent | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster (diff) | |
download | opensim-SC-6bc7e3429f9ac6cb57fbaa695223c3d76c189f77.zip opensim-SC-6bc7e3429f9ac6cb57fbaa695223c3d76c189f77.tar.gz opensim-SC-6bc7e3429f9ac6cb57fbaa695223c3d76c189f77.tar.bz2 opensim-SC-6bc7e3429f9ac6cb57fbaa695223c3d76c189f77.tar.xz |
Provide interface to prevent the client close function from sending the stop packet
Diffstat (limited to 'OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs')
-rw-r--r-- | OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs index 1bdc4f8..c2ddd36 100644 --- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs +++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | |||
@@ -439,6 +439,11 @@ namespace OpenSim.Client.Sirikata.ClientStack | |||
439 | 439 | ||
440 | public void Close() | 440 | public void Close() |
441 | { | 441 | { |
442 | Close(true); | ||
443 | } | ||
444 | |||
445 | public void Close(bool sendStop) | ||
446 | { | ||
442 | throw new System.NotImplementedException(); | 447 | throw new System.NotImplementedException(); |
443 | } | 448 | } |
444 | 449 | ||