aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLLogData.cs
diff options
context:
space:
mode:
authorJeff Ames2008-06-26 01:12:28 +0000
committerJeff Ames2008-06-26 01:12:28 +0000
commit8a0a0f9bb563f2cb7ec823587e13e3f4483d3a68 (patch)
tree2891fe56398b57e5e9a78fffea9f01c171594bf8 /OpenSim/Data/MySQL/MySQLLogData.cs
parentSeparate POS classes into mutiple files. (diff)
downloadopensim-SC_OLD-8a0a0f9bb563f2cb7ec823587e13e3f4483d3a68.zip
opensim-SC_OLD-8a0a0f9bb563f2cb7ec823587e13e3f4483d3a68.tar.gz
opensim-SC_OLD-8a0a0f9bb563f2cb7ec823587e13e3f4483d3a68.tar.bz2
opensim-SC_OLD-8a0a0f9bb563f2cb7ec823587e13e3f4483d3a68.tar.xz
Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL files. Thanks kerunix_Flan!
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLLogData.cs')
-rw-r--r--OpenSim/Data/MySQL/MySQLLogData.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/MySQLLogData.cs b/OpenSim/Data/MySQL/MySQLLogData.cs
index 2ca5bb2..fee7f2f 100644
--- a/OpenSim/Data/MySQL/MySQLLogData.cs
+++ b/OpenSim/Data/MySQL/MySQLLogData.cs
@@ -44,7 +44,9 @@ namespace OpenSim.Data.MySQL
44 44
45 /// <summary> 45 /// <summary>
46 /// Artificial constructor called when the plugin is loaded 46 /// Artificial constructor called when the plugin is loaded
47 /// Uses the obsolete mysql_connection.ini if connect string is empty.
47 /// </summary> 48 /// </summary>
49 /// <param name="connect">connect string</param>
48 public void Initialise(string connect) 50 public void Initialise(string connect)
49 { 51 {
50 if (connect != String.Empty) 52 if (connect != String.Empty)
@@ -79,6 +81,8 @@ namespace OpenSim.Data.MySQL
79 81
80 } 82 }
81 83
84 /// <summary></summary>
85 /// <param name="m"></param>
82 private void TestTables(Migration m) 86 private void TestTables(Migration m)
83 { 87 {
84 // under migrations, bail 88 // under migrations, bail
@@ -132,6 +136,7 @@ namespace OpenSim.Data.MySQL
132 /// <summary> 136 /// <summary>
133 /// Closes the database provider 137 /// Closes the database provider
134 /// </summary> 138 /// </summary>
139 /// <remarks>do nothing</remarks>
135 public void Close() 140 public void Close()
136 { 141 {
137 // Do nothing. 142 // Do nothing.