diff options
author | Justin Clarke Casey | 2009-01-06 14:44:45 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-06 14:44:45 +0000 |
commit | fde6a1665cf052194c7480be01048bb4bb549d7e (patch) | |
tree | 876b961fc82e750adacea91f45f00c7ced20222a /OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs | |
parent | * refactor: call AddStreamHandler() directly via CommsManager (diff) | |
download | opensim-SC-fde6a1665cf052194c7480be01048bb4bb549d7e.zip opensim-SC-fde6a1665cf052194c7480be01048bb4bb549d7e.tar.gz opensim-SC-fde6a1665cf052194c7480be01048bb4bb549d7e.tar.bz2 opensim-SC-fde6a1665cf052194c7480be01048bb4bb549d7e.tar.xz |
* refactor: call AddHttpHandler() directly via CommsManager
Diffstat (limited to 'OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs b/OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs index 4daaab4..7a0bb9b 100644 --- a/OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs +++ b/OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs | |||
@@ -121,7 +121,7 @@ namespace OpenSim.Region.Environment.Modules.Communications.REST | |||
121 | 121 | ||
122 | protected virtual void AddHTTPHandlers() | 122 | protected virtual void AddHTTPHandlers() |
123 | { | 123 | { |
124 | m_aScene.AddHTTPHandler("/agent/", AgentHandler); | 124 | m_aScene.CommsManager.HttpServer.AddHTTPHandler("/agent/", AgentHandler); |
125 | } | 125 | } |
126 | 126 | ||
127 | #endregion /* IRegionModule */ | 127 | #endregion /* IRegionModule */ |