aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/AuthenticateSessionsBase.cs
diff options
context:
space:
mode:
authorMW2007-05-31 11:28:11 +0000
committerMW2007-05-31 11:28:11 +0000
commitc35d360d44b639e96e900ef0901ae534f2f6d8c6 (patch)
treecce40adc3bb871e49d7cee1508dea574aba2399c /OpenSim/OpenSim.RegionServer/AuthenticateSessionsBase.cs
parentAdded a few summary comments to OpenSim.World files (diff)
downloadopensim-SC_OLD-c35d360d44b639e96e900ef0901ae534f2f6d8c6.zip
opensim-SC_OLD-c35d360d44b639e96e900ef0901ae534f2f6d8c6.tar.gz
opensim-SC_OLD-c35d360d44b639e96e900ef0901ae534f2f6d8c6.tar.bz2
opensim-SC_OLD-c35d360d44b639e96e900ef0901ae534f2f6d8c6.tar.xz
Started work on OpenGrid.Framework.Communications
Diffstat (limited to 'OpenSim/OpenSim.RegionServer/AuthenticateSessionsBase.cs')
-rw-r--r--OpenSim/OpenSim.RegionServer/AuthenticateSessionsBase.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/OpenSim.RegionServer/AuthenticateSessionsBase.cs b/OpenSim/OpenSim.RegionServer/AuthenticateSessionsBase.cs
index 99b86d4..a97ecdf 100644
--- a/OpenSim/OpenSim.RegionServer/AuthenticateSessionsBase.cs
+++ b/OpenSim/OpenSim.RegionServer/AuthenticateSessionsBase.cs
@@ -7,7 +7,7 @@ using OpenSim.Framework.Types;
7 7
8namespace OpenSim 8namespace OpenSim
9{ 9{
10 public class AuthenticateSessionsBase 10 /* public class AuthenticateSessionsBase
11 { 11 {
12 public Dictionary<uint, AgentCircuitData> AgentCircuits = new Dictionary<uint, AgentCircuitData>(); 12 public Dictionary<uint, AgentCircuitData> AgentCircuits = new Dictionary<uint, AgentCircuitData>();
13 13
@@ -101,5 +101,5 @@ namespace OpenSim
101 } 101 }
102 return false; 102 return false;
103 } 103 }
104 } 104 }*/
105} 105}