diff options
author | MW | 2007-03-15 12:44:06 +0000 |
---|---|---|
committer | MW | 2007-03-15 12:44:06 +0000 |
commit | 1260e35ca824aed8042f5b83bca487f1483815dd (patch) | |
tree | 8810014da90e24d7954816417a5bfa5a87a6fcca /src/Util.cs | |
parent | Created VS2005 Solution/Project files for the OGS apps (diff) | |
download | opensim-SC_OLD-1260e35ca824aed8042f5b83bca487f1483815dd.zip opensim-SC_OLD-1260e35ca824aed8042f5b83bca487f1483815dd.tar.gz opensim-SC_OLD-1260e35ca824aed8042f5b83bca487f1483815dd.tar.bz2 opensim-SC_OLD-1260e35ca824aed8042f5b83bca487f1483815dd.tar.xz |
Diffstat (limited to 'src/Util.cs')
-rw-r--r-- | src/Util.cs | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/src/Util.cs b/src/Util.cs index e7ca608..477390e 100644 --- a/src/Util.cs +++ b/src/Util.cs | |||
@@ -59,17 +59,19 @@ namespace OpenSim | |||
59 | public bool Incoming; | 59 | public bool Incoming; |
60 | } | 60 | } |
61 | 61 | ||
62 | public class agentcircuitdata { | 62 | /* this is in IGridServer.cs, so there should be no reason for it to be here as well |
63 | public agentcircuitdata() { } | 63 | public class agentcircuitdata |
64 | public LLUUID AgentID; | 64 | { |
65 | public LLUUID SessionID; | 65 | public agentcircuitdata() { } |
66 | public LLUUID SecureSessionID; | 66 | public LLUUID AgentID; |
67 | public string firstname; | 67 | public LLUUID SessionID; |
68 | public string lastname; | 68 | public LLUUID SecureSessionID; |
69 | public uint circuitcode; | 69 | public string firstname; |
70 | } | 70 | public string lastname; |
71 | 71 | public uint circuitcode; | |
72 | 72 | } | |
73 | */ | ||
74 | |||
73 | public class BlockingQueue< T > { | 75 | public class BlockingQueue< T > { |
74 | private Queue< T > _queue = new Queue< T >(); | 76 | private Queue< T > _queue = new Queue< T >(); |
75 | private object _queueSync = new object(); | 77 | private object _queueSync = new object(); |