diff options
Diffstat (limited to 'OpenSim/Framework/General/AgentCiruitData.cs')
-rw-r--r-- | OpenSim/Framework/General/AgentCiruitData.cs | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/OpenSim/Framework/General/AgentCiruitData.cs b/OpenSim/Framework/General/AgentCiruitData.cs index 0924d36..95cac60 100644 --- a/OpenSim/Framework/General/AgentCiruitData.cs +++ b/OpenSim/Framework/General/AgentCiruitData.cs | |||
@@ -25,15 +25,18 @@ | |||
25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * | 26 | * |
27 | */ | 27 | */ |
28 | using libsecondlife; | ||
29 | using System; | 28 | using System; |
29 | using libsecondlife; | ||
30 | 30 | ||
31 | namespace OpenSim.Framework | 31 | namespace OpenSim.Framework |
32 | { | 32 | { |
33 | [Serializable] | 33 | [Serializable] |
34 | public class AgentCircuitData | 34 | public class AgentCircuitData |
35 | { | 35 | { |
36 | public AgentCircuitData() { } | 36 | public AgentCircuitData() |
37 | { | ||
38 | } | ||
39 | |||
37 | public LLUUID AgentID; | 40 | public LLUUID AgentID; |
38 | public LLUUID SessionID; | 41 | public LLUUID SessionID; |
39 | public LLUUID SecureSessionID; | 42 | public LLUUID SecureSessionID; |
@@ -44,6 +47,6 @@ namespace OpenSim.Framework | |||
44 | public bool child; | 47 | public bool child; |
45 | public LLUUID InventoryFolder; | 48 | public LLUUID InventoryFolder; |
46 | public LLUUID BaseFolder; | 49 | public LLUUID BaseFolder; |
47 | public string CapsPath = ""; | 50 | public string CapsPath = ""; |
48 | } | 51 | } |
49 | } | 52 | } \ No newline at end of file |