aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 529614b..2ef05ae 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -605,6 +605,7 @@ namespace OpenSim.Framework
605 605
606 void SendPreLoadSound(LLUUID objectID, LLUUID ownerID, LLUUID soundID); 606 void SendPreLoadSound(LLUUID objectID, LLUUID ownerID, LLUUID soundID);
607 void SendPlayAttachedSound(LLUUID soundID, LLUUID objectID, LLUUID ownerID, float gain, byte flags); 607 void SendPlayAttachedSound(LLUUID soundID, LLUUID objectID, LLUUID ownerID, float gain, byte flags);
608 void SendTriggeredSound(LLUUID soundID, LLUUID ownerID, LLUUID objectID, LLUUID parentID, ulong handle, LLVector3 position, float gain);
608 609
609 void SendNameReply(LLUUID profileId, string firstname, string lastname); 610 void SendNameReply(LLUUID profileId, string firstname, string lastname);
610 void SendAlertMessage(string message); 611 void SendAlertMessage(string message);
@@ -636,4 +637,4 @@ namespace OpenSim.Framework
636 637
637 void SendLogoutPacket(); 638 void SendLogoutPacket();
638 } 639 }
639} \ No newline at end of file 640}