diff options
author | Adam Frisby | 2007-05-04 07:01:37 +0000 |
---|---|---|
committer | Adam Frisby | 2007-05-04 07:01:37 +0000 |
commit | 4ce4834f5947350da0739c83f7e74015c103dc2c (patch) | |
tree | fe1a3c5ab0c0ffa045ddb40d2b34c7686a44692f /OpenGrid.Framework.Data/SimProfileData.cs | |
parent | * Deleted old sim profiles (diff) | |
download | opensim-SC_OLD-4ce4834f5947350da0739c83f7e74015c103dc2c.zip opensim-SC_OLD-4ce4834f5947350da0739c83f7e74015c103dc2c.tar.gz opensim-SC_OLD-4ce4834f5947350da0739c83f7e74015c103dc2c.tar.bz2 opensim-SC_OLD-4ce4834f5947350da0739c83f7e74015c103dc2c.tar.xz |
* Added support for user/asset server keys per-region (warning: changes table layout in SQL storages)
Diffstat (limited to '')
-rw-r--r-- | OpenGrid.Framework.Data/SimProfileData.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenGrid.Framework.Data/SimProfileData.cs b/OpenGrid.Framework.Data/SimProfileData.cs index 4cc9982..d5a5392 100644 --- a/OpenGrid.Framework.Data/SimProfileData.cs +++ b/OpenGrid.Framework.Data/SimProfileData.cs | |||
@@ -62,10 +62,16 @@ namespace OpenGrid.Framework.Data | |||
62 | /// <remarks>Used for floating sim pools where the region data is not nessecarily coupled to a specific server</remarks> | 62 | /// <remarks>Used for floating sim pools where the region data is not nessecarily coupled to a specific server</remarks> |
63 | public string regionDataURI; | 63 | public string regionDataURI; |
64 | 64 | ||
65 | /// <summary> | ||
66 | /// Region Asset Details | ||
67 | /// </summary> | ||
65 | public string regionAssetURI; | 68 | public string regionAssetURI; |
66 | public string regionAssetSendKey; | 69 | public string regionAssetSendKey; |
67 | public string regionAssetRecvKey; | 70 | public string regionAssetRecvKey; |
68 | 71 | ||
72 | /// <summary> | ||
73 | /// Region Userserver Details | ||
74 | /// </summary> | ||
69 | public string regionUserURI; | 75 | public string regionUserURI; |
70 | public string regionUserSendKey; | 76 | public string regionUserSendKey; |
71 | public string regionUserRecvKey; | 77 | public string regionUserRecvKey; |