How many times am I gonna lose this fix?
[shibboleth/xmltooling.git] / xmltooling / AttributeExtensibleXMLObject.h
index 05377f1..d839e3a 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 AttributeExtensibleXMLObject.h
+ * @file xmltooling/AttributeExtensibleXMLObject.h
  * 
  * An XMLObject that supports arbitrary attributes 
  */
 
-#if !defined(__xmltooling_attrextxmlobj_h__)
+#ifndef __xmltooling_attrextxmlobj_h__
 #define __xmltooling_attrextxmlobj_h__
 
 #include <xmltooling/XMLObject.h>
 
-using namespace xercesc;
-
 #if defined (_MSC_VER)
     #pragma warning( push )
     #pragma warning( disable : 4250 4251 )