mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Added calling cards. Fixes Mantis#2409 and part of #1515.
This commit is contained in:
@@ -229,6 +229,10 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
|
||||
public event MapItemRequest OnMapItemRequest;
|
||||
|
||||
public event OfferCallingCard OnOfferCallingCard;
|
||||
public event AcceptCallingCard OnAcceptCallingCard;
|
||||
public event DeclineCallingCard OnDeclineCallingCard;
|
||||
|
||||
|
||||
#pragma warning restore 67
|
||||
|
||||
@@ -938,5 +942,17 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
public void SendEventInfoReply (EventData info)
|
||||
{
|
||||
}
|
||||
|
||||
public void SendOfferCallingCard (UUID destID, UUID transactionID)
|
||||
{
|
||||
}
|
||||
|
||||
public void SendAcceptCallingCard (UUID transactionID)
|
||||
{
|
||||
}
|
||||
|
||||
public void SendDeclineCallingCard (UUID transactionID)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user