diff options
author | Melanie Thielker | 2008-10-24 23:04:55 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-10-24 23:04:55 +0000 |
commit | 64f9f03e9a3cb345ef85e1990bebc3a7cca41c9e (patch) | |
tree | a8398aa3c9234ff4d178ba2031e8180c605b1387 /OpenSim/Framework/IClientAPI.cs | |
parent | * minor: eliminate some mono compiler warnings (diff) | |
download | opensim-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 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 1 |
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); |