Path resolution for error templates.
[shibboleth/sp.git] / shibsp / internal.h
index 95ca5c2..1b5e9e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2001-2005 Internet2
+ *  Copyright 2001-2007 Internet2
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -21,9 +21,9 @@
 #ifndef __shibsp_internal_h__
 #define __shibsp_internal_h__
 
-#ifndef FD_SETSIZE\r
-# define FD_SETSIZE 1024\r
-#endif\r
+#ifndef FD_SETSIZE
+# define FD_SETSIZE 1024
+#endif
 
 #ifdef WIN32
 # define _CRT_SECURE_NO_DEPRECATE 1
 #include "base.h"
 #include "SPConfig.h"
 
-namespace shibsp {
-    
-    /// @cond OFF
-    class SPInternalConfig : public SPConfig
-    {
-    public:
-        SPInternalConfig() {}
-
-        static SPInternalConfig& getInternalConfig();
-
-        bool init(const char* catalog_path);
-        void term();
-
-    private:
-    };
-    /// @endcond
+#include <xmltooling/logging.h>
 
-};
+using namespace xmltooling::logging;
+using namespace xercesc;
 
 #endif /* __shibsp_internal_h__ */