Path resolution for error templates.
[shibboleth/sp.git] / shibsp / internal.h
index e10017b..1b5e9e5 100644 (file)
 using namespace xmltooling::logging;
 using namespace xercesc;
 
-namespace shibsp {
-    
-    /// @cond OFF
-    class SPInternalConfig : public SPConfig
-    {
-    public:
-        SPInternalConfig() {}
-
-        static SPInternalConfig& getInternalConfig();
-
-        bool init(const char* catalog_path);
-        void term();
-
-    private:
-    };
-    /// @endcond
-
-};
-
 #endif /* __shibsp_internal_h__ */