mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Committing OpenGrid.Framework.Data and MySql Adaptor - not in functional state yet, posted for reference and future use.
This commit is contained in:
14
OpenGrid.Framework.Data/GridData.cs
Normal file
14
OpenGrid.Framework.Data/GridData.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenGrid.Framework.Data
|
||||
{
|
||||
public interface IGridData
|
||||
{
|
||||
SimProfileData GetProfileByHandle(ulong regionHandle);
|
||||
SimProfileData GetProfileByLLUUID(libsecondlife.LLUUID UUID);
|
||||
bool AuthenticateSim(libsecondlife.LLUUID UUID, ulong regionHandle, string simrecvkey);
|
||||
void Initialise();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user