Doc cleanups.
authorScott Cantor <cantor.2@osu.edu>
Tue, 14 Sep 2010 02:44:51 +0000 (02:44 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 14 Sep 2010 02:44:51 +0000 (02:44 +0000)
shibsp/attribute/Attribute.h
shibsp/attribute/filtering/BasicFilteringContext.h
shibsp/handler/AbstractHandler.h

index c734909..6b2f012 100644 (file)
@@ -112,7 +112,7 @@ namespace shibsp {
         /**
          * Sets whether the attribute should be exported for CGI use.
          *
-         * @param export  true iff the attribute should <strong>NOT</strong> be exported
+         * @param internal  true iff the attribute should <strong>NOT</strong> be exported
          */
         void setInternal(bool internal);
 
index 636e8fa..1136f34 100644 (file)
@@ -29,6 +29,9 @@ namespace shibsp {
 
     class SHIBSP_API Attribute;
 
+    /**
+     * A trivial FilteringContext implementation.
+     */
     class SHIBSP_API BasicFilteringContext : public FilteringContext
     {
     public:
index c9b0e59..740534e 100644 (file)
@@ -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;