diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/Capabilities/CapsHandlers.cs | 4 | ||||
-rw-r--r-- | OpenSim/Framework/RegionLoader/Filesystem/RegionLoaderFileSystem.cs | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/CapsHandlers.cs b/OpenSim/Framework/Communications/Capabilities/CapsHandlers.cs index 3e3ae16..f101131 100644 --- a/OpenSim/Framework/Communications/Capabilities/CapsHandlers.cs +++ b/OpenSim/Framework/Communications/Capabilities/CapsHandlers.cs | |||
@@ -44,6 +44,10 @@ namespace OpenSim.Region.Capabilities | |||
44 | private uint m_httpListenerPort; | 44 | private uint m_httpListenerPort; |
45 | 45 | ||
46 | /// <summary></summary> | 46 | /// <summary></summary> |
47 | /// CapsHandlers is a cap handler container but also takes | ||
48 | /// care of adding and removing cap handlers to and from the | ||
49 | /// supplied BaseHttpServer. | ||
50 | /// </summary> | ||
47 | /// <param name="httpListener">base HTTP server</param> | 51 | /// <param name="httpListener">base HTTP server</param> |
48 | /// <param name="httpListenerHostname">host name of the HTTP | 52 | /// <param name="httpListenerHostname">host name of the HTTP |
49 | /// server</param> | 53 | /// server</param> |
diff --git a/OpenSim/Framework/RegionLoader/Filesystem/RegionLoaderFileSystem.cs b/OpenSim/Framework/RegionLoader/Filesystem/RegionLoaderFileSystem.cs index cfaaf02..0c01c5a 100644 --- a/OpenSim/Framework/RegionLoader/Filesystem/RegionLoaderFileSystem.cs +++ b/OpenSim/Framework/RegionLoader/Filesystem/RegionLoaderFileSystem.cs | |||
@@ -63,7 +63,7 @@ namespace OpenSim.Framework.RegionLoader.Filesystem | |||
63 | 63 | ||
64 | if (configFiles.Length == 0) | 64 | if (configFiles.Length == 0) |
65 | { | 65 | { |
66 | new RegionInfo("DEFAULT REGION CONFIG", Path.Combine(regionConfigPath, "default.xml"),false); | 66 | new RegionInfo("DEFAULT REGION CONFIG", Path.Combine(regionConfigPath, "default.xml"), false); |
67 | configFiles = Directory.GetFiles(regionConfigPath, "*.xml"); | 67 | configFiles = Directory.GetFiles(regionConfigPath, "*.xml"); |
68 | } | 68 | } |
69 | 69 | ||