Add drive letter to paths.
[shibboleth/sp.git] / shibsp / internal.h
index 7e8e3a1..1b5e9e5 100644 (file)
 #include "base.h"
 #include "SPConfig.h"
 
-namespace shibsp {
-    
-    /// @cond OFF
-    class SPInternalConfig : public SPConfig
-    {
-    public:
-        SPInternalConfig() {}
+#include <xmltooling/logging.h>
 
-        static SPInternalConfig& getInternalConfig();
-
-        bool init(const char* catalog_path);
-        void term();
-
-    private:
-    };
-    /// @endcond
-
-};
+using namespace xmltooling::logging;
+using namespace xercesc;
 
 #endif /* __shibsp_internal_h__ */