X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Futil%2FCommonDomainCookie.h;h=1decbe859b2d1bdd097c4469c283246857e7f7bf;hp=48dc688d1d3ad0cf491bcbcaa5e2c83ccf2527f2;hb=d8a4f024b89272eae00618fc39e6127b6c191edd;hpb=9f10292e987cc822929bb83f9462e21874b9863a diff --git a/saml/util/CommonDomainCookie.h b/saml/util/CommonDomainCookie.h index 48dc688..1decbe8 100644 --- a/saml/util/CommonDomainCookie.h +++ b/saml/util/CommonDomainCookie.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Internet2 + * Copyright 2001-2009 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -47,16 +47,14 @@ namespace opensaml { */ CommonDomainCookie(const char* cookie); - ~CommonDomainCookie() {} + ~CommonDomainCookie(); /** * Returns list of IdPs stored in cookie. * * @return reference to vector of entityIDs */ - const std::vector& get() const { - return m_list; - } + const std::vector& get() const; /** * Adds/moves an IdP to the front of the list.