aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGrid.Framework.Data
diff options
context:
space:
mode:
authorAdam Frisby2007-05-20 14:33:53 +0000
committerAdam Frisby2007-05-20 14:33:53 +0000
commitb8c4e744f916354b5dfbfbb108013de40eb3f4b7 (patch)
treeab314338e644e5570788145e40963b90fefad2ad /OpenGrid.Framework.Data
parentSmall fix (1/2) (diff)
downloadopensim-SC_OLD-b8c4e744f916354b5dfbfbb108013de40eb3f4b7.zip
opensim-SC_OLD-b8c4e744f916354b5dfbfbb108013de40eb3f4b7.tar.gz
opensim-SC_OLD-b8c4e744f916354b5dfbfbb108013de40eb3f4b7.tar.bz2
opensim-SC_OLD-b8c4e744f916354b5dfbfbb108013de40eb3f4b7.tar.xz
Small fix (2/2)
Diffstat (limited to 'OpenGrid.Framework.Data')
-rw-r--r--OpenGrid.Framework.Data/UserProfileData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenGrid.Framework.Data/UserProfileData.cs b/OpenGrid.Framework.Data/UserProfileData.cs
index ec89107..3f42762 100644
--- a/OpenGrid.Framework.Data/UserProfileData.cs
+++ b/OpenGrid.Framework.Data/UserProfileData.cs
@@ -38,7 +38,7 @@ namespace OpenGrid.Framework.Data
38 38
39 public class UserAgentData 39 public class UserAgentData
40 { 40 {
41 public LLUUID UUID; // Internal session ID 41 public LLUUID UUID; // Account ID
42 public string agentIP; // The IP of the agent 42 public string agentIP; // The IP of the agent
43 public uint agentPort; // The port of the agent 43 public uint agentPort; // The port of the agent
44 public bool agentOnline; // The online status of the agent 44 public bool agentOnline; // The online status of the agent