Reducing header overuse, non-inlining selected methods (CPPOST-35).
[shibboleth/cpp-sp.git] / shibsp / attribute / filtering / impl / AttributeRequesterInEntityGroupFunctor.cpp
index e774a7a..8c37255 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.
@@ -17,7 +17,7 @@
 /**
  * AttributeRequesterInEntityGroupFunctor.cpp
  * 
- * A match function that evaluates to true if the attribute requester is found in metadata and is a member\r
+ * A match function that evaluates to true if the attribute requester is found in metadata and is a member
  * of the given entity group.
  */
 
@@ -25,6 +25,9 @@
 #include "exceptions.h"
 #include "attribute/filtering/FilteringContext.h"
 #include "attribute/filtering/FilterPolicyContext.h"
+#include "attribute/filtering/MatchFunctor.h"
+
+#include <saml/saml2/metadata/Metadata.h>
 
 using namespace opensaml::saml2md;
 
@@ -33,7 +36,7 @@ namespace shibsp {
     static const XMLCh groupID[] = UNICODE_LITERAL_7(g,r,o,u,p,I,D);
 
     /**
-     * A match function that evaluates to true if the attribute requester is found in metadata and is a member\r
+     * A match function that evaluates to true if the attribute requester is found in metadata and is a member
      * of the given entity group.
      */
     class SHIBSP_DLLLOCAL AttributeRequesterInEntityGroupFunctor : public MatchFunctor