diff options
author | gareth | 2007-03-14 03:34:49 +0000 |
---|---|---|
committer | gareth | 2007-03-14 03:34:49 +0000 |
commit | 7a54467bed7e1da77f7e1a45ee01dfc709b5608d (patch) | |
tree | e0b575e4e87c4b127556597798186b7040d94b2a /src/Util.cs | |
parent | Merged ogs-cs into trunk (diff) | |
download | opensim-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.cs | 10 |
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 >(); |