diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 1c38011..ddd1cd3 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -342,8 +342,6 @@ namespace OpenSim.Framework | |||
342 | /// <summary> | 342 | /// <summary> |
343 | /// Returns the full name of the agent/avatar represented by this client | 343 | /// Returns the full name of the agent/avatar represented by this client |
344 | /// </summary> | 344 | /// </summary> |
345 | /// <param name="newPack"></param> | ||
346 | /// <param name="packType"></param> | ||
347 | string Name { get; } | 345 | string Name { get; } |
348 | 346 | ||
349 | bool IsActive | 347 | bool IsActive |
@@ -750,6 +748,7 @@ namespace OpenSim.Framework | |||
750 | 748 | ||
751 | void SendLogoutPacket(); | 749 | void SendLogoutPacket(); |
752 | ClientInfo GetClientInfo(); | 750 | ClientInfo GetClientInfo(); |
751 | |||
753 | void SetClientInfo(ClientInfo info); | 752 | void SetClientInfo(ClientInfo info); |
754 | void SetClientOption(string option, string value); | 753 | void SetClientOption(string option, string value); |
755 | string GetClientOption(string option); | 754 | string GetClientOption(string option); |