From 064c65878e2606f743d4434c6e9d2d6239a45bbd Mon Sep 17 00:00:00 2001 From: cantor Date: Tue, 14 Sep 2010 02:44:51 +0000 Subject: [PATCH] Doc cleanups. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@3316 cb58f699-b61c-0410-a6fe-9272a202ed29 --- shibsp/attribute/Attribute.h | 2 +- shibsp/attribute/filtering/BasicFilteringContext.h | 3 +++ shibsp/handler/AbstractHandler.h | 3 +-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/shibsp/attribute/Attribute.h b/shibsp/attribute/Attribute.h index c734909..6b2f012 100644 --- a/shibsp/attribute/Attribute.h +++ b/shibsp/attribute/Attribute.h @@ -112,7 +112,7 @@ namespace shibsp { /** * Sets whether the attribute should be exported for CGI use. * - * @param export true iff the attribute should NOT be exported + * @param internal true iff the attribute should NOT be exported */ void setInternal(bool internal); diff --git a/shibsp/attribute/filtering/BasicFilteringContext.h b/shibsp/attribute/filtering/BasicFilteringContext.h index 636e8fa..1136f34 100644 --- a/shibsp/attribute/filtering/BasicFilteringContext.h +++ b/shibsp/attribute/filtering/BasicFilteringContext.h @@ -29,6 +29,9 @@ namespace shibsp { class SHIBSP_API Attribute; + /** + * A trivial FilteringContext implementation. + */ class SHIBSP_API BasicFilteringContext : public FilteringContext { public: diff --git a/shibsp/handler/AbstractHandler.h b/shibsp/handler/AbstractHandler.h index c9b0e59..740534e 100644 --- a/shibsp/handler/AbstractHandler.h +++ b/shibsp/handler/AbstractHandler.h @@ -171,13 +171,12 @@ namespace shibsp { * * @param application the associated Application * @param response outgoing HTTP response - * @param request incoming HTTP request * @param url action url for the form * @param postData list of parameters to load into the form, as DDF string members */ virtual long sendPostResponse( const Application& application, - xmltooling::HTTPResponse& httpResponse, + xmltooling::HTTPResponse& response, const char* url, DDF& postData ) const; -- 2.1.4