aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GridInterfaces
diff options
context:
space:
mode:
authorMW2007-03-15 12:44:06 +0000
committerMW2007-03-15 12:44:06 +0000
commit1260e35ca824aed8042f5b83bca487f1483815dd (patch)
tree8810014da90e24d7954816417a5bfa5a87a6fcca /src/GridInterfaces
parentCreated VS2005 Solution/Project files for the OGS apps (diff)
downloadopensim-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/GridInterfaces')
-rw-r--r--src/GridInterfaces/IGridServer.cs19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/GridInterfaces/IGridServer.cs b/src/GridInterfaces/IGridServer.cs
index 7a43399..c56afcd 100644
--- a/src/GridInterfaces/IGridServer.cs
+++ b/src/GridInterfaces/IGridServer.cs
@@ -120,15 +120,16 @@ namespace OpenSim.GridServers
120 IGridServer GetGridServer(); 120 IGridServer GetGridServer();
121 } 121 }
122 122
123 public class agentcircuitdata { 123 public class agentcircuitdata
124 public agentcircuitdata() { } 124 {
125 public LLUUID AgentID; 125 public agentcircuitdata() { }
126 public LLUUID SessionID; 126 public LLUUID AgentID;
127 public LLUUID SecureSessionID; 127 public LLUUID SessionID;
128 public string firstname; 128 public LLUUID SecureSessionID;
129 public string lastname; 129 public string firstname;
130 public uint circuitcode; 130 public string lastname;
131 } 131 public uint circuitcode;
132 }
132 133
133 134
134} 135}