Adjust caching support so Last-Modified-Date and ETag can both be used.
[shibboleth/cpp-xmltooling.git] / xmltooling / util / XMLConstants.h
index 89684fd..e012b70 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2001-2006 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.
  */
 
 /**
- * @file XMLConstants.h
+ * @file xmltooling/util/XMLConstants.h
  * 
- * Fundamental XML namespace constants 
+ * Fundamental XML namespace constants.
  */
 
-#if !defined(__xmltooling_xmlconstants_h__)
+#ifndef __xmltooling_xmlconstants_h__
 #define __xmltooling_xmlconstants_h__
 
-#include <xmltooling/unicode.h>
+#include <xmltooling/base.h>
+#include <xercesc/util/XercesDefs.hpp>
 
 /**
  * XML related constants.
@@ -95,7 +96,6 @@ namespace xmlconstants {
         XML_BOOL_ONE,
         XML_BOOL_ZERO
     };
-
 };
 
 #endif /* __xmltooling_xmlconstants_h__ */