aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGrid.Framework.Data/GridData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenGrid.Framework.Data/GridData.cs')
-rw-r--r--OpenGrid.Framework.Data/GridData.cs1
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}