It helps if the method is declared as part of the class ;)
authorwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 23 Apr 2003 23:49:32 +0000 (23:49 +0000)
committerwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 23 Apr 2003 23:49:32 +0000 (23:49 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@389 cb58f699-b61c-0410-a6fe-9272a202ed29

shib/ShibPOSTProfile.cpp

index 5278be0..8594ce1 100644 (file)
@@ -106,7 +106,7 @@ SAMLAuthenticationStatement* ShibPOSTProfile::getSSOStatement(const SAMLAssertio
     return SAMLPOSTProfile::getSSOStatement(a);
 }
 
-const XMLCh* getOriginSite(const saml::SAMLResponse& r)
+const XMLCh* ShibPOSTProfile::getOriginSite(const saml::SAMLResponse& r)
 {
     Iterator<SAMLAssertion*> ia=r.getAssertions();
     while (ia.hasNext())