aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorMelanie Thielker2008-10-24 23:04:55 +0000
committerMelanie Thielker2008-10-24 23:04:55 +0000
commit64f9f03e9a3cb345ef85e1990bebc3a7cca41c9e (patch)
treea8398aa3c9234ff4d178ba2031e8180c605b1387 /OpenSim/Framework/IClientAPI.cs
parent* minor: eliminate some mono compiler warnings (diff)
downloadopensim-SC_OLD-64f9f03e9a3cb345ef85e1990bebc3a7cca41c9e.zip
opensim-SC_OLD-64f9f03e9a3cb345ef85e1990bebc3a7cca41c9e.tar.gz
opensim-SC_OLD-64f9f03e9a3cb345ef85e1990bebc3a7cca41c9e.tar.bz2
opensim-SC_OLD-64f9f03e9a3cb345ef85e1990bebc3a7cca41c9e.tar.xz
Plumb some more
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index a8813c9..f38b57f 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -902,6 +902,7 @@ namespace OpenSim.Framework
902 902
903 void SendMapItemReply(mapItemReply[] replies, uint mapitemtype, uint flags); 903 void SendMapItemReply(mapItemReply[] replies, uint mapitemtype, uint flags);
904 904
905 void SendAvatarGroupsReply(UUID avatarID, GroupMembershipData[] data);
905 void SendOfferCallingCard(UUID srcID, UUID transactionID); 906 void SendOfferCallingCard(UUID srcID, UUID transactionID);
906 void SendAcceptCallingCard(UUID transactionID); 907 void SendAcceptCallingCard(UUID transactionID);
907 void SendDeclineCallingCard(UUID transactionID); 908 void SendDeclineCallingCard(UUID transactionID);