aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/Util.cs
diff options
context:
space:
mode:
authorgareth2007-03-14 03:34:49 +0000
committergareth2007-03-14 03:34:49 +0000
commit7a54467bed7e1da77f7e1a45ee01dfc709b5608d (patch)
treee0b575e4e87c4b127556597798186b7040d94b2a /src/Util.cs
parentMerged ogs-cs into trunk (diff)
downloadopensim-SC_OLD-7a54467bed7e1da77f7e1a45ee01dfc709b5608d.zip
opensim-SC_OLD-7a54467bed7e1da77f7e1a45ee01dfc709b5608d.tar.gz
opensim-SC_OLD-7a54467bed7e1da77f7e1a45ee01dfc709b5608d.tar.bz2
opensim-SC_OLD-7a54467bed7e1da77f7e1a45ee01dfc709b5608d.tar.xz
merged new OpenSim from branches/ogs-cs
Diffstat (limited to 'src/Util.cs')
-rw-r--r--src/Util.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Util.cs b/src/Util.cs
index d575bee..e7ca608 100644
--- a/src/Util.cs
+++ b/src/Util.cs
@@ -59,6 +59,16 @@ namespace OpenSim
59 public bool Incoming; 59 public bool Incoming;
60 } 60 }
61 61
62 public class agentcircuitdata {
63 public agentcircuitdata() { }
64 public LLUUID AgentID;
65 public LLUUID SessionID;
66 public LLUUID SecureSessionID;
67 public string firstname;
68 public string lastname;
69 public uint circuitcode;
70 }
71
62 72
63 public class BlockingQueue< T > { 73 public class BlockingQueue< T > {
64 private Queue< T > _queue = new Queue< T >(); 74 private Queue< T > _queue = new Queue< T >();