Add a find_if template for pointer-based containers.
[shibboleth/cpp-xmltooling.git] / xmltooling / util / XMLConstants.h
index 89684fd..89caa0e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2001-2006 Internet2
+ *  Copyright 2001-2007 Internet2
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  */
 
 /**
- * @file XMLConstants.h
+ * @file xmltooling/util/XMLConstants.h
  * 
  * Fundamental XML namespace constants 
  */
 
-#if !defined(__xmltooling_xmlconstants_h__)
+#ifndef __xmltooling_xmlconstants_h__
 #define __xmltooling_xmlconstants_h__
 
 #include <xmltooling/unicode.h>
@@ -95,7 +95,6 @@ namespace xmlconstants {
         XML_BOOL_ONE,
         XML_BOOL_ZERO
     };
-
 };
 
 #endif /* __xmltooling_xmlconstants_h__ */