Fix backslashes in SHIBSP_PREFIX variable by manually creating it during the script...
[shibboleth/sp.git] / shibsp / internal.h
index b609431..1b5e9e5 100644 (file)
 #include "base.h"
 #include "SPConfig.h"
 
-using namespace xercesc;
-
-namespace shibsp {
-    
-    /// @cond OFF
-    class SPInternalConfig : public SPConfig
-    {
-    public:
-        SPInternalConfig() {}
-
-        static SPInternalConfig& getInternalConfig();
+#include <xmltooling/logging.h>
 
-        bool init(const char* catalog_path);
-        void term();
-
-    private:
-    };
-    /// @endcond
-
-};
+using namespace xmltooling::logging;
+using namespace xercesc;
 
 #endif /* __shibsp_internal_h__ */