aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorMelanie2009-12-26 04:12:51 +0000
committerMelanie2009-12-26 04:12:51 +0000
commit88b3b98811e70709536bb41410ec88509e0460a5 (patch)
tree0af9d7fd8ccf40411f496ba2311cfedf19028230 /OpenSim/Framework/IClientAPI.cs
parentMake the GenericTableHandler work as intended (diff)
downloadopensim-SC_OLD-88b3b98811e70709536bb41410ec88509e0460a5.zip
opensim-SC_OLD-88b3b98811e70709536bb41410ec88509e0460a5.tar.gz
opensim-SC_OLD-88b3b98811e70709536bb41410ec88509e0460a5.tar.bz2
opensim-SC_OLD-88b3b98811e70709536bb41410ec88509e0460a5.tar.xz
Add AvatarInterestsReply
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 04ba9c6..f83fea2 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -1392,5 +1392,7 @@ namespace OpenSim.Framework
1392 bool AddGenericPacketHandler(string MethodName, GenericMessage handler); 1392 bool AddGenericPacketHandler(string MethodName, GenericMessage handler);
1393 1393
1394 void SendRebakeAvatarTextures(UUID textureID); 1394 void SendRebakeAvatarTextures(UUID textureID);
1395
1396 void SendAvatarInterestsReply(UUID avatarID, uint wantMask, string wantText, uint skillsMask, string skillsText, string languages);
1395 } 1397 }
1396} 1398}