diff options
Diffstat (limited to 'OpenSim/Client')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 4 | ||||
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index 104f2d5..82ad942 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -1649,5 +1649,9 @@ namespace OpenSim.Client.MXP.ClientStack | |||
1649 | public void SendPickInfoReply(UUID pickID,UUID creatorID, bool topPick, UUID parcelID, string name, string desc, UUID snapshotID, string user, string originalName, string simName, Vector3 posGlobal, int sortOrder, bool enabled) | 1649 | public void SendPickInfoReply(UUID pickID,UUID creatorID, bool topPick, UUID parcelID, string name, string desc, UUID snapshotID, string user, string originalName, string simName, Vector3 posGlobal, int sortOrder, bool enabled) |
1650 | { | 1650 | { |
1651 | } | 1651 | } |
1652 | |||
1653 | public void SendRebakeAvatarTextures(UUID textureID) | ||
1654 | { | ||
1655 | } | ||
1652 | } | 1656 | } |
1653 | } | 1657 | } |
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index bfca954..8c9eb5f 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -1145,5 +1145,9 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
1145 | } | 1145 | } |
1146 | 1146 | ||
1147 | #endregion | 1147 | #endregion |
1148 | |||
1149 | public void SendRebakeAvatarTextures(UUID textureID) | ||
1150 | { | ||
1151 | } | ||
1148 | } | 1152 | } |
1149 | } | 1153 | } |