aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework/Types/Login.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim.Framework/Types/Login.cs')
-rw-r--r--OpenSim.Framework/Types/Login.cs24
1 files changed, 0 insertions, 24 deletions
diff --git a/OpenSim.Framework/Types/Login.cs b/OpenSim.Framework/Types/Login.cs
deleted file mode 100644
index 71f9de3..0000000
--- a/OpenSim.Framework/Types/Login.cs
+++ /dev/null
@@ -1,24 +0,0 @@
1using System;
2using System.Collections.Generic;
3using System.Text;
4using libsecondlife;
5
6namespace OpenSim.Framework.Types
7{
8 public class Login
9 {
10 public string First = "Test";
11 public string Last = "User";
12 public LLUUID Agent;
13 public LLUUID Session;
14 public LLUUID SecureSession = LLUUID.Zero;
15 public LLUUID InventoryFolder;
16 public LLUUID BaseFolder;
17 public uint CircuitCode;
18
19 public Login()
20 {
21
22 }
23 }
24}