aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/OpenGrid.Framework/LoginService.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/OpenGrid.Framework/LoginService.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/OpenGrid.Framework/LoginService.cs b/src/OpenGrid.Framework/LoginService.cs
new file mode 100644
index 0000000..d38c271
--- /dev/null
+++ b/src/OpenGrid.Framework/LoginService.cs
@@ -0,0 +1,15 @@
1using System;
2using System.Collections;
3using System.Collections.Generic;
4using System.Text;
5using Nwc.XmlRpc;
6using OpenSim.GridServers;
7using libsecondlife;
8
9namespace OpenGrid.Framework
10{
11 public abstract class LoginService
12 {
13
14 }
15}