diff options
Diffstat (limited to 'OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs')
-rw-r--r-- | OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs index b808e95..2063616 100644 --- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs +++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | |||
@@ -439,6 +439,10 @@ namespace OpenSim.Client.Sirikata.ClientStack | |||
439 | throw new System.NotImplementedException(); | 439 | throw new System.NotImplementedException(); |
440 | } | 440 | } |
441 | 441 | ||
442 | public void ProcessPendingPackets() | ||
443 | { | ||
444 | } | ||
445 | |||
442 | public void ProcessInPacket(Packet NewPack) | 446 | public void ProcessInPacket(Packet NewPack) |
443 | { | 447 | { |
444 | throw new System.NotImplementedException(); | 448 | throw new System.NotImplementedException(); |
@@ -446,6 +450,11 @@ namespace OpenSim.Client.Sirikata.ClientStack | |||
446 | 450 | ||
447 | public void Close() | 451 | public void Close() |
448 | { | 452 | { |
453 | Close(true); | ||
454 | } | ||
455 | |||
456 | public void Close(bool sendStop) | ||
457 | { | ||
449 | throw new System.NotImplementedException(); | 458 | throw new System.NotImplementedException(); |
450 | } | 459 | } |
451 | 460 | ||