X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=blobdiff_plain;f=shibsp%2Fhandler%2Fimpl%2FLocalLogoutInitiator.cpp;h=5468df98d4b9eede5905f688c637a5e29be50f6d;hp=47345c750618285a270b8d32bf35fb633410948f;hb=75d3356afd20e997b6acdcc42cd4642d0a77cf99;hpb=c9adabf4ac03ccedc541385da3b2ce38fd43c45d diff --git a/shibsp/handler/impl/LocalLogoutInitiator.cpp b/shibsp/handler/impl/LocalLogoutInitiator.cpp index 47345c7..5468df9 100644 --- a/shibsp/handler/impl/LocalLogoutInitiator.cpp +++ b/shibsp/handler/impl/LocalLogoutInitiator.cpp @@ -26,7 +26,7 @@ #include "SessionCache.h" #include "SPRequest.h" #include "handler/AbstractHandler.h" -#include "handler/LogoutHandler.h" +#include "handler/LogoutInitiator.h" using namespace shibsp; using namespace xmltooling; @@ -39,7 +39,7 @@ namespace shibsp { #pragma warning( disable : 4250 ) #endif - class SHIBSP_DLLLOCAL LocalLogoutInitiator : public AbstractHandler, public LogoutHandler + class SHIBSP_DLLLOCAL LocalLogoutInitiator : public AbstractHandler, public LogoutInitiator { public: LocalLogoutInitiator(const DOMElement* e, const char* appId); @@ -48,12 +48,6 @@ namespace shibsp { void setParent(const PropertySet* parent); pair run(SPRequest& request, bool isHandler=true) const; -#ifndef SHIBSP_LITE - const char* getType() const { - return "LogoutInitiator"; - } -#endif - private: string m_appId; };