diff options
author | Adam Frisby | 2007-05-20 14:33:53 +0000 |
---|---|---|
committer | Adam Frisby | 2007-05-20 14:33:53 +0000 |
commit | b8c4e744f916354b5dfbfbb108013de40eb3f4b7 (patch) | |
tree | ab314338e644e5570788145e40963b90fefad2ad /OpenGrid.Framework.Data/UserProfileData.cs | |
parent | Small fix (1/2) (diff) | |
download | opensim-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 '')
-rw-r--r-- | OpenGrid.Framework.Data/UserProfileData.cs | 2 |
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 |