Added Close() function to sanely terminate the grid data interfaces. Declaring this complete (other than bugfixes), going to work on integrating into GridServer.

This commit is contained in:
Adam Frisby
2007-05-04 04:19:30 +00:00
parent 89a6d6bab7
commit 808b9f6465
2 changed files with 34 additions and 2 deletions

View File

@@ -10,5 +10,6 @@ namespace OpenGrid.Framework.Data
SimProfileData GetProfileByLLUUID(libsecondlife.LLUUID UUID);
bool AuthenticateSim(libsecondlife.LLUUID UUID, ulong regionHandle, string simrecvkey);
void Initialise();
void Close();
}
}