diff options
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(); |