diff options
author | Justin Clarke Casey | 2008-09-07 00:47:08 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-07 00:47:08 +0000 |
commit | ea8c18f63d7d8079bc790524bc99e9e067f29737 (patch) | |
tree | fbd44be8c88d2f0147f809d992fd4b96d49c9668 /OpenSim/Framework/PacketPool.cs | |
parent | Remove a few of the commented out "NotImplemented" (diff) | |
download | opensim-SC_OLD-ea8c18f63d7d8079bc790524bc99e9e067f29737.zip opensim-SC_OLD-ea8c18f63d7d8079bc790524bc99e9e067f29737.tar.gz opensim-SC_OLD-ea8c18f63d7d8079bc790524bc99e9e067f29737.tar.bz2 opensim-SC_OLD-ea8c18f63d7d8079bc790524bc99e9e067f29737.tar.xz |
* minor: just minor doc and tidy up
Diffstat (limited to 'OpenSim/Framework/PacketPool.cs')
-rw-r--r-- | OpenSim/Framework/PacketPool.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Framework/PacketPool.cs b/OpenSim/Framework/PacketPool.cs index 27e74ca..07a2f3a 100644 --- a/OpenSim/Framework/PacketPool.cs +++ b/OpenSim/Framework/PacketPool.cs | |||
@@ -117,6 +117,10 @@ namespace OpenSim.Framework | |||
117 | return packet; | 117 | return packet; |
118 | } | 118 | } |
119 | 119 | ||
120 | /// <summary> | ||
121 | /// Return a packet to the packet pool | ||
122 | /// </summary> | ||
123 | /// <param name="packet"></param> | ||
120 | public void ReturnPacket(Packet packet) | 124 | public void ReturnPacket(Packet packet) |
121 | { | 125 | { |
122 | return; // packet pool disabled | 126 | return; // packet pool disabled |