diff options
Diffstat (limited to 'OpenSim/Framework/Communications/Capabilities/Caps.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Capabilities/Caps.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs index 51a4598..4603280 100644 --- a/OpenSim/Framework/Communications/Capabilities/Caps.cs +++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs | |||
@@ -50,7 +50,7 @@ namespace OpenSim.Region.Capabilities | |||
50 | public class Caps | 50 | public class Caps |
51 | { | 51 | { |
52 | private string m_httpListenerHostName; | 52 | private string m_httpListenerHostName; |
53 | private int m_httpListenPort; | 53 | private uint m_httpListenPort; |
54 | private string m_capsObjectPath = "00001-"; | 54 | private string m_capsObjectPath = "00001-"; |
55 | private string m_requestPath = "0000/"; | 55 | private string m_requestPath = "0000/"; |
56 | private string m_mapLayerPath = "0001/"; | 56 | private string m_mapLayerPath = "0001/"; |
@@ -68,7 +68,7 @@ namespace OpenSim.Region.Capabilities | |||
68 | public NewInventoryItem AddNewInventoryItem = null; | 68 | public NewInventoryItem AddNewInventoryItem = null; |
69 | public ItemUpdatedCallback ItemUpdatedCall = null; | 69 | public ItemUpdatedCallback ItemUpdatedCall = null; |
70 | 70 | ||
71 | public Caps(AssetCache assetCache, BaseHttpServer httpServer, string httpListen, int httpPort, string capsPath, | 71 | public Caps(AssetCache assetCache, BaseHttpServer httpServer, string httpListen, uint httpPort, string capsPath, |
72 | LLUUID agent, bool dumpAssetsToFile) | 72 | LLUUID agent, bool dumpAssetsToFile) |
73 | { | 73 | { |
74 | m_assetCache = assetCache; | 74 | m_assetCache = assetCache; |