Conflicting header guard.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 28 Dec 2006 20:07:10 +0000 (20:07 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 28 Dec 2006 20:07:10 +0000 (20:07 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@226 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/util/DateTime.h

index 44ce374..dc8fd9e 100644 (file)
  */
 
 /**
- * @file DateTime.h
+ * @file xmltooling/util/DateTime.h
  * 
  * Manipulation of XML date/time data. 
  */
 
-#ifndef _XML_DATETIME_H
-#define _XML_DATETIME_H
+#ifndef __xmltool_datetime_h__
+#define __xmltool_datetime_h__
 
 #include <xmltooling/base.h>
 
@@ -230,4 +230,4 @@ namespace xmltooling
 
 }
 
-#endif
+#endif /* __xmltool_datetime_h__ */