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.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 00681cf..562d69e 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -943,8 +943,10 @@ namespace OpenSim.Framework
943 void SetDebugPacketLevel(int newDebug); 943 void SetDebugPacketLevel(int newDebug);
944 944
945 void InPacket(object NewPack); 945 void InPacket(object NewPack);
946 void ProcessPendingPackets();
946 void ProcessInPacket(Packet NewPack); 947 void ProcessInPacket(Packet NewPack);
947 void Close(); 948 void Close();
949 void Close(bool sendStop);
948 void Kick(string message); 950 void Kick(string message);
949 951
950 /// <summary> 952 /// <summary>