From: cantor Date: Thu, 28 Dec 2006 20:07:10 +0000 (+0000) Subject: Conflicting header guard. X-Git-Tag: 1.4.1~597 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=b775cbddbb11364aa045b201857ea25f781a47eb;p=shibboleth%2Fxmltooling.git Conflicting header guard. git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@226 de75baf8-a10c-0410-a50a-987c0e22f00f --- diff --git a/xmltooling/util/DateTime.h b/xmltooling/util/DateTime.h index 44ce374..dc8fd9e 100644 --- a/xmltooling/util/DateTime.h +++ b/xmltooling/util/DateTime.h @@ -15,13 +15,13 @@ */ /** - * @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 @@ -230,4 +230,4 @@ namespace xmltooling } -#endif +#endif /* __xmltool_datetime_h__ */