aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-06-10 20:40:14 +0100
committerJustin Clark-Casey (justincc)2011-06-10 20:40:14 +0100
commitb5518dc90631014a4aa3dbb6c27fd5d4c9f612c9 (patch)
tree82b888ac45a3a8178f77bccadc564b4672b4674e /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
parentFor MySQL, migrate region tables to the MyISAM storage engine rather than InnoDB (diff)
downloadopensim-SC_OLD-b5518dc90631014a4aa3dbb6c27fd5d4c9f612c9.zip
opensim-SC_OLD-b5518dc90631014a4aa3dbb6c27fd5d4c9f612c9.tar.gz
opensim-SC_OLD-b5518dc90631014a4aa3dbb6c27fd5d4c9f612c9.tar.bz2
opensim-SC_OLD-b5518dc90631014a4aa3dbb6c27fd5d4c9f612c9.tar.xz
minor: Add some commented out destructor logging messages for potential future use.
At the moment, client and scene objects are being garbage collected as expected, at least in simple scenarios.
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs5
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>