diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index cefceb0..f53e236 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -428,6 +428,11 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
428 | 428 | ||
429 | #endregion Properties | 429 | #endregion Properties |
430 | 430 | ||
431 | // ~LLClientView() | ||
432 | // { | ||
433 | // m_log.DebugFormat("[LLCLIENTVIEW]: Destructor called for {0}, circuit code {1}", Name, CircuitCode); | ||
434 | // } | ||
435 | |||
431 | /// <summary> | 436 | /// <summary> |
432 | /// Constructor | 437 | /// Constructor |
433 | /// </summary> | 438 | /// </summary> |