diff options
Diffstat (limited to 'OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs')
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index 39a16bc..5ad1643 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -445,6 +445,10 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
445 | throw new System.NotImplementedException(); | 445 | throw new System.NotImplementedException(); |
446 | } | 446 | } |
447 | 447 | ||
448 | public void ProcessPendingPackets() | ||
449 | { | ||
450 | } | ||
451 | |||
448 | public void ProcessInPacket(Packet NewPack) | 452 | public void ProcessInPacket(Packet NewPack) |
449 | { | 453 | { |
450 | throw new System.NotImplementedException(); | 454 | throw new System.NotImplementedException(); |