diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index a84443b..d163ae7 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -613,6 +613,9 @@ namespace OpenSim.Framework | |||
613 | void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, string charterMember, string flAbout, | 613 | void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, string charterMember, string flAbout, |
614 | uint flags, LLUUID flImageID, LLUUID imageID, string profileURL, LLUUID partnerID); | 614 | uint flags, LLUUID flImageID, LLUUID imageID, string profileURL, LLUUID partnerID); |
615 | 615 | ||
616 | byte[] GetThrottlesPacked(float multiplier); | ||
617 | |||
618 | |||
616 | void SetDebug(int newDebug); | 619 | void SetDebug(int newDebug); |
617 | void InPacket(Packet NewPack); | 620 | void InPacket(Packet NewPack); |
618 | void Close(bool ShutdownCircuit); | 621 | void Close(bool ShutdownCircuit); |