Comment cleanups.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sun, 22 Jul 2007 23:26:15 +0000 (23:26 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sun, 22 Jul 2007 23:26:15 +0000 (23:26 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2368 cb58f699-b61c-0410-a6fe-9272a202ed29

shibsp/handler/impl/LocalLogoutInitiator.cpp
shibsp/handler/impl/SAML2Logout.cpp
shibsp/handler/impl/SAML2LogoutInitiator.cpp

index aa51435..90c8397 100644 (file)
@@ -50,7 +50,6 @@ namespace shibsp {
 
     private:
         string m_appId;
-        vector<Handler*> m_handlers;
     };
 
 #if defined (_MSC_VER)
index 6bd06cc..4684c83 100644 (file)
@@ -112,7 +112,7 @@ namespace shibsp {
 };
 
 SAML2Logout::SAML2Logout(const DOMElement* e, const char* appId)
-    : AbstractHandler(e, Category::getInstance(SHIBSP_LOGCAT".SAML2Logout"))
+    : AbstractHandler(e, Category::getInstance(SHIBSP_LOGCAT".Logout.SAML2"))
 #ifndef SHIBSP_LITE
         ,m_role(samlconstants::SAML20MD_NS, IDPSSODescriptor::LOCAL_NAME), m_decoder(NULL), m_outgoing(NULL)
 #endif
index dac3946..df0cb46 100644 (file)
@@ -73,7 +73,7 @@ namespace shibsp {
         pair<bool,long> run(SPRequest& request, bool isHandler=true) const;
 
     private:
-        pair<bool,long> doRequest(const Application& application, const char* requestURL, Session* session_id, HTTPResponse& httpResponse) const;
+        pair<bool,long> doRequest(const Application& application, const char* requestURL, Session* session, HTTPResponse& httpResponse) const;
 
         string m_appId;
 #ifndef SHIBSP_LITE