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/GridData.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenGrid.Framework.Data/GridData.cs') diff --git a/OpenGrid.Framework.Data/GridData.cs b/OpenGrid.Framework.Data/GridData.cs index 8ace484..d6b5a2b 100644 --- a/OpenGrid.Framework.Data/GridData.cs +++ b/OpenGrid.Framework.Data/GridData.cs @@ -11,5 +11,7 @@ namespace OpenGrid.Framework.Data bool AuthenticateSim(libsecondlife.LLUUID UUID, ulong regionHandle, string simrecvkey); void Initialise(); void Close(); + string getName(); + string getVersion(); } } -- cgit v1.1