Reducing header overuse, non-inlining selected methods (CPPOST-35).
[shibboleth/cpp-opensaml.git] / saml / util / CommonDomainCookie.h
index 48dc688..1decbe8 100644 (file)
@@ -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<std::string>& get() const {
-            return m_list;
-        }
+        const std::vector<std::string>& get() const;
         
         /**
          * Adds/moves an IdP to the front of the list.