X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Finternal.h;h=c35cccff6c15f5fff00630ce5fe4968cc52cef36;hb=HEAD;hp=7e8e3a1c2c37177ed109bda95d28c919a96a3dc2;hpb=07a42e21868d4484d7e070cb82fa9de777ddb175;p=shibboleth%2Fcpp-sp.git diff --git a/shibsp/internal.h b/shibsp/internal.h index 7e8e3a1..c35cccf 100644 --- a/shibsp/internal.h +++ b/shibsp/internal.h @@ -1,17 +1,21 @@ -/* - * 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. - * You may obtain a copy of the License at +/** + * Licensed to the University Corporation for Advanced Internet + * Development, Inc. (UCAID) under one or more contributor license + * agreements. See the NOTICE file distributed with this work for + * additional information regarding copyright ownership. + * + * UCAID licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. You may obtain a copy of the + * License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. */ /* @@ -43,23 +47,12 @@ #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 +#include +#include +#include -}; +using namespace xmltooling::logging; +using namespace xercesc; #endif /* __shibsp_internal_h__ */