From 0c78fc3dbcb6414fe39afcf175a73bc1107c1910 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Fri, 4 May 2007 06:51:18 +0000 Subject: Grid server V2.0! Now with extra crunchy SQL support. Status: * Prebuild will be broken, someone needs to update prebuild.xml with the new dependencies. * The sim status check function does not yet function. * Sims must be manually added to the database - automatic insertion isnt supported yet. --- OpenGrid.Framework.Data/SimProfileData.cs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'OpenGrid.Framework.Data/SimProfileData.cs') diff --git a/OpenGrid.Framework.Data/SimProfileData.cs b/OpenGrid.Framework.Data/SimProfileData.cs index a701875..4cc9982 100644 --- a/OpenGrid.Framework.Data/SimProfileData.cs +++ b/OpenGrid.Framework.Data/SimProfileData.cs @@ -61,5 +61,13 @@ namespace OpenGrid.Framework.Data /// /// Used for floating sim pools where the region data is not nessecarily coupled to a specific server public string regionDataURI; + + public string regionAssetURI; + public string regionAssetSendKey; + public string regionAssetRecvKey; + + public string regionUserURI; + public string regionUserSendKey; + public string regionUserRecvKey; } } -- cgit v1.1