From 37fa6775488ab237a4537d49b92a8d52b0497b98 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 21 Jan 2009 21:14:17 +0000 Subject: * refactor: Extract caps related code from scene and put into a region module * No functional changes in this revision --- OpenSim/Framework/Communications/Capabilities/Caps.cs | 2 +- OpenSim/Framework/IScene.cs | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs index 6adf68c..a6acd68 100644 --- a/OpenSim/Framework/Communications/Capabilities/Caps.cs +++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs @@ -158,7 +158,7 @@ namespace OpenSim.Framework.Communications.Capabilities // the root of all evil m_capsHandlers["SEED"] = new RestStreamHandler("POST", capsBase + m_requestPath, CapsRequest); m_log.DebugFormat( - "[CAPS]: Registering seed capability {0} for {1}", capsBase + m_requestPath, m_agentID); + "[CAPS]: Registered seed capability {0} for {1}", capsBase + m_requestPath, m_agentID); //m_capsHandlers["MapLayer"] = // new LLSDStreamhandler("POST", diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs index d3c3843..ce74b46 100644 --- a/OpenSim/Framework/IScene.cs +++ b/OpenSim/Framework/IScene.cs @@ -86,10 +86,6 @@ namespace OpenSim.Framework /// bool PresenceChildStatus(UUID agentId); - // Diva: get this out of here!!! - string GetCapsPath(UUID agentId); - Dictionary GetChildrenSeeds(UUID agentId); - T RequestModuleInterface(); T[] RequestModuleInterfaces(); } -- cgit v1.1