diff options
Diffstat (limited to 'OpenSim/Client/VWoHTTP/ClientStack')
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index fc27f01..d8cd0ac 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -884,12 +884,12 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
884 | throw new System.NotImplementedException(); | 884 | throw new System.NotImplementedException(); |
885 | } | 885 | } |
886 | 886 | ||
887 | public void SendObjectPropertiesFamilyData(uint RequestFlags, UUID ObjectUUID, UUID OwnerID, UUID GroupID, uint BaseMask, uint OwnerMask, uint GroupMask, uint EveryoneMask, uint NextOwnerMask, int OwnershipCost, byte SaleType, int SalePrice, uint Category, UUID LastOwnerID, string ObjectName, string Description) | 887 | public void SendObjectPropertiesFamilyData(ISceneEntity Entity, uint RequestFlags) |
888 | { | 888 | { |
889 | throw new System.NotImplementedException(); | 889 | throw new System.NotImplementedException(); |
890 | } | 890 | } |
891 | 891 | ||
892 | public void SendObjectPropertiesReply(UUID ItemID, ulong CreationDate, UUID CreatorUUID, UUID FolderUUID, UUID FromTaskUUID, UUID GroupUUID, short InventorySerial, UUID LastOwnerUUID, UUID ObjectUUID, UUID OwnerUUID, string TouchTitle, byte[] TextureID, string SitTitle, string ItemName, string ItemDescription, uint OwnerMask, uint NextOwnerMask, uint GroupMask, uint EveryoneMask, uint BaseMask, byte saleType, int salePrice) | 892 | public void SendObjectPropertiesReply(ISceneEntity entity) |
893 | { | 893 | { |
894 | throw new System.NotImplementedException(); | 894 | throw new System.NotImplementedException(); |
895 | } | 895 | } |