X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Finternal.h;h=1b5e9e51d1b18e743af322044c1a22f08ac2b665;hb=87f8c5b1383ce267075073f2184f282450e16e09;hp=95ca5c2cb7163ce23c4aaf8f60b4dca03e9384fd;hpb=e93cca3d0522351e1c6a5226026bc3a15422ece9;p=shibboleth%2Fsp.git diff --git a/shibsp/internal.h b/shibsp/internal.h index 95ca5c2..1b5e9e5 100644 --- a/shibsp/internal.h +++ b/shibsp/internal.h @@ -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 -# define FD_SETSIZE 1024 -#endif +#ifndef FD_SETSIZE +# define FD_SETSIZE 1024 +#endif #ifdef WIN32 # define _CRT_SECURE_NO_DEPRECATE 1 @@ -43,23 +43,9 @@ #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 -}; +using namespace xmltooling::logging; +using namespace xercesc; #endif /* __shibsp_internal_h__ */