aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorMelanie2009-12-26 04:13:27 +0000
committerMelanie2009-12-26 04:13:27 +0000
commitf3a48606359cd6082f294af7defcdede67bf5853 (patch)
tree642aab2baa9247d695cb88b729a0b841a9d6e1a7 /OpenSim/Framework
parentMake the GenericTableHandler work as intended (diff)
parentAdd AvatarInterestsReply (diff)
downloadopensim-SC_OLD-f3a48606359cd6082f294af7defcdede67bf5853.zip
opensim-SC_OLD-f3a48606359cd6082f294af7defcdede67bf5853.tar.gz
opensim-SC_OLD-f3a48606359cd6082f294af7defcdede67bf5853.tar.bz2
opensim-SC_OLD-f3a48606359cd6082f294af7defcdede67bf5853.tar.xz
Merge branch 'master' into careminster
Diffstat (limited to '')
-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 cb136e2..d8743b5 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}