diff options
author | Adam Frisby | 2007-05-04 04:19:30 +0000 |
---|---|---|
committer | Adam Frisby | 2007-05-04 04:19:30 +0000 |
commit | 808b9f64656321a71095cb4f0a8825aa613a068b (patch) | |
tree | 3cce0b2233dd8ae857c68769e1287efde6cd2846 /OpenGrid.Framework.Data/GridData.cs | |
parent | I dub thee working. Maybe. (diff) | |
download | opensim-SC_OLD-808b9f64656321a71095cb4f0a8825aa613a068b.zip opensim-SC_OLD-808b9f64656321a71095cb4f0a8825aa613a068b.tar.gz opensim-SC_OLD-808b9f64656321a71095cb4f0a8825aa613a068b.tar.bz2 opensim-SC_OLD-808b9f64656321a71095cb4f0a8825aa613a068b.tar.xz |
Added Close() function to sanely terminate the grid data interfaces. Declaring this complete (other than bugfixes), going to work on integrating into GridServer.
Diffstat (limited to 'OpenGrid.Framework.Data/GridData.cs')
-rw-r--r-- | OpenGrid.Framework.Data/GridData.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenGrid.Framework.Data/GridData.cs b/OpenGrid.Framework.Data/GridData.cs index 9bc2ce3..8ace484 100644 --- a/OpenGrid.Framework.Data/GridData.cs +++ b/OpenGrid.Framework.Data/GridData.cs | |||
@@ -10,5 +10,6 @@ namespace OpenGrid.Framework.Data | |||
10 | SimProfileData GetProfileByLLUUID(libsecondlife.LLUUID UUID); | 10 | SimProfileData GetProfileByLLUUID(libsecondlife.LLUUID UUID); |
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 | } | 14 | } |
14 | } | 15 | } |