aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index c597d62..ae2a80c 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -1112,6 +1112,7 @@ namespace OpenSim.Framework
1112 void SetDebugPacketLevel(int newDebug); 1112 void SetDebugPacketLevel(int newDebug);
1113 1113
1114 void InPacket(object NewPack); 1114 void InPacket(object NewPack);
1115 void ProcessPendingPackets();
1115 void ProcessInPacket(Packet NewPack); 1116 void ProcessInPacket(Packet NewPack);
1116 void Close(); 1117 void Close();
1117 void Close(bool sendStop); 1118 void Close(bool sendStop);