diff options
author | Adam Frisby | 2007-05-04 06:51:18 +0000 |
---|---|---|
committer | Adam Frisby | 2007-05-04 06:51:18 +0000 |
commit | 0c78fc3dbcb6414fe39afcf175a73bc1107c1910 (patch) | |
tree | 4a25f82c32dfc92d23e644ca35099b41cc67dcb0 /OpenGrid.Framework.Data/GridData.cs | |
parent | Added Close() function to sanely terminate the grid data interfaces. Declarin... (diff) | |
download | opensim-SC_OLD-0c78fc3dbcb6414fe39afcf175a73bc1107c1910.zip opensim-SC_OLD-0c78fc3dbcb6414fe39afcf175a73bc1107c1910.tar.gz opensim-SC_OLD-0c78fc3dbcb6414fe39afcf175a73bc1107c1910.tar.bz2 opensim-SC_OLD-0c78fc3dbcb6414fe39afcf175a73bc1107c1910.tar.xz |
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.
Diffstat (limited to 'OpenGrid.Framework.Data/GridData.cs')
-rw-r--r-- | OpenGrid.Framework.Data/GridData.cs | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
11 | bool AuthenticateSim(libsecondlife.LLUUID UUID, ulong regionHandle, string simrecvkey); | 11 | bool AuthenticateSim(libsecondlife.LLUUID UUID, ulong regionHandle, string simrecvkey); |
12 | void Initialise(); | 12 | void Initialise(); |
13 | void Close(); | 13 | void Close(); |
14 | string getName(); | ||
15 | string getVersion(); | ||
14 | } | 16 | } |
15 | } | 17 | } |