diff options
Diffstat (limited to 'OpenSim/Client')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 5 | ||||
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index d8980c1..a7bcc07 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -1240,6 +1240,11 @@ namespace OpenSim.Client.MXP.ClientStack | |||
1240 | // Need to translate to MXP somehow | 1240 | // Need to translate to MXP somehow |
1241 | } | 1241 | } |
1242 | 1242 | ||
1243 | public void SendCameraConstraint(Vector4 ConstraintPlane) | ||
1244 | { | ||
1245 | |||
1246 | } | ||
1247 | |||
1243 | public void SendLandParcelOverlay(byte[] data, int sequence_id) | 1248 | public void SendLandParcelOverlay(byte[] data, int sequence_id) |
1244 | { | 1249 | { |
1245 | // Need to translate to MXP somehow | 1250 | // Need to translate to MXP somehow |
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index 4570395..324b5af 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -780,6 +780,11 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
780 | throw new System.NotImplementedException(); | 780 | throw new System.NotImplementedException(); |
781 | } | 781 | } |
782 | 782 | ||
783 | public void SendCameraConstraint(Vector4 ConstraintPlane) | ||
784 | { | ||
785 | |||
786 | } | ||
787 | |||
783 | public void SendLandObjectOwners(LandData land, List<UUID> groups, Dictionary<UUID, int> ownersAndCount) | 788 | public void SendLandObjectOwners(LandData land, List<UUID> groups, Dictionary<UUID, int> ownersAndCount) |
784 | { | 789 | { |
785 | throw new System.NotImplementedException(); | 790 | throw new System.NotImplementedException(); |