Fix parameter name to match doc comment.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Sat, 14 Jun 2008 04:57:27 +0000 (04:57 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Sat, 14 Jun 2008 04:57:27 +0000 (04:57 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/branches/REL_2@396 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

saml/binding/MessageDecoder.h

index 746e8a1..9f3905d 100644 (file)
@@ -163,7 +163,7 @@ namespace opensaml {
          */
         virtual void extractMessageDetails (
             const xmltooling::XMLObject& message,
-            const xmltooling::GenericRequest& genericRequest,
+            const xmltooling::GenericRequest& request,
             const XMLCh* protocol,
             SecurityPolicy& policy
             ) const=0;