diff options
author | MW | 2007-06-27 15:03:54 +0000 |
---|---|---|
committer | MW | 2007-06-27 15:03:54 +0000 |
commit | 223550b7e4f9eb534728e7763642a2ba6154be96 (patch) | |
tree | cd6ebbefd3c06487f40c3c30b344d6c2fccb1df5 /OpenSim/OpenSim.Region/Caps.cs | |
parent | * Begun reimplementing scripting. (diff) | |
download | opensim-SC_OLD-223550b7e4f9eb534728e7763642a2ba6154be96.zip opensim-SC_OLD-223550b7e4f9eb534728e7763642a2ba6154be96.tar.gz opensim-SC_OLD-223550b7e4f9eb534728e7763642a2ba6154be96.tar.bz2 opensim-SC_OLD-223550b7e4f9eb534728e7763642a2ba6154be96.tar.xz |
Some very Preliminary work on .net remoting for interregion comms.
a few more classes for CAPS LLSD types.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/OpenSim.Region/Caps.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.Region/Caps.cs b/OpenSim/OpenSim.Region/Caps.cs index 27d4828..13a351d 100644 --- a/OpenSim/OpenSim.Region/Caps.cs +++ b/OpenSim/OpenSim.Region/Caps.cs | |||
@@ -17,7 +17,6 @@ namespace OpenSim.Region | |||
17 | 17 | ||
18 | public class Caps | 18 | public class Caps |
19 | { | 19 | { |
20 | |||
21 | private string httpListenerAddress; | 20 | private string httpListenerAddress; |
22 | private uint httpListenPort; | 21 | private uint httpListenPort; |
23 | private string capsObjectPath = "00001-"; | 22 | private string capsObjectPath = "00001-"; |