aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/ILogData.cs
diff options
context:
space:
mode:
authorSean Dague2008-05-28 17:59:46 +0000
committerSean Dague2008-05-28 17:59:46 +0000
commit89c164fbc18e082bf2d036bd2167b824e90aebc1 (patch)
tree9042b06429cb3941b04f79af084c13d022d861e7 /OpenSim/Data/ILogData.cs
parent* Minor: Another small log adjustment (diff)
downloadopensim-SC_OLD-89c164fbc18e082bf2d036bd2167b824e90aebc1.zip
opensim-SC_OLD-89c164fbc18e082bf2d036bd2167b824e90aebc1.tar.gz
opensim-SC_OLD-89c164fbc18e082bf2d036bd2167b824e90aebc1.tar.bz2
opensim-SC_OLD-89c164fbc18e082bf2d036bd2167b824e90aebc1.tar.xz
let Grid Servers specify a connect string in their configuration.
Diffstat (limited to 'OpenSim/Data/ILogData.cs')
-rw-r--r--OpenSim/Data/ILogData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/ILogData.cs b/OpenSim/Data/ILogData.cs
index a533c87..7275637 100644
--- a/OpenSim/Data/ILogData.cs
+++ b/OpenSim/Data/ILogData.cs
@@ -69,7 +69,7 @@ namespace OpenSim.Data
69 /// <summary> 69 /// <summary>
70 /// Initialises the interface 70 /// Initialises the interface
71 /// </summary> 71 /// </summary>
72 void Initialise(); 72 void Initialise(string connect);
73 73
74 /// <summary> 74 /// <summary>
75 /// Closes the interface 75 /// Closes the interface