diff options
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Client/VWoHTTP')
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index 5ad1643..febdd1b 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -599,16 +599,6 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
599 | throw new System.NotImplementedException(); | 599 | throw new System.NotImplementedException(); |
600 | } | 600 | } |
601 | 601 | ||
602 | public void SendAvatarData(SendAvatarData data) | ||
603 | { | ||
604 | throw new System.NotImplementedException(); | ||
605 | } | ||
606 | |||
607 | public void SendAvatarTerseUpdate(SendAvatarTerseData data) | ||
608 | { | ||
609 | throw new System.NotImplementedException(); | ||
610 | } | ||
611 | |||
612 | public void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations) | 602 | public void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations) |
613 | { | 603 | { |
614 | throw new System.NotImplementedException(); | 604 | throw new System.NotImplementedException(); |
@@ -624,17 +614,17 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
624 | throw new System.NotImplementedException(); | 614 | throw new System.NotImplementedException(); |
625 | } | 615 | } |
626 | 616 | ||
627 | public void SendPrimitiveToClient(SendPrimitiveData data) | 617 | public void SendAvatarDataImmediate(ISceneEntity avatar) |
628 | { | 618 | { |
629 | throw new System.NotImplementedException(); | 619 | throw new System.NotImplementedException(); |
630 | } | 620 | } |
631 | 621 | ||
632 | public void SendPrimTerseUpdate(SendPrimitiveTerseData data) | 622 | public void SendPrimUpdate(ISceneEntity entity, PrimUpdateFlags updateFlags) |
633 | { | 623 | { |
634 | throw new System.NotImplementedException(); | 624 | throw new System.NotImplementedException(); |
635 | } | 625 | } |
636 | 626 | ||
637 | public void ReprioritizeUpdates(StateUpdateTypes type, UpdatePriorityHandler handler) | 627 | public void ReprioritizeUpdates(UpdatePriorityHandler handler) |
638 | { | 628 | { |
639 | throw new System.NotImplementedException(); | 629 | throw new System.NotImplementedException(); |
640 | } | 630 | } |