[svn] commit: r193 - /experiments/jelte-configuration/data.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Oct 29 22:20:30 UTC 2009
Author: mgraff
Date: Thu Oct 29 22:20:30 2009
New Revision: 193
Log:
use _ISC_DATA_H to protect multiple inclusions
Modified:
experiments/jelte-configuration/data.h
Modified: experiments/jelte-configuration/data.h
==============================================================================
--- experiments/jelte-configuration/data.h (original)
+++ experiments/jelte-configuration/data.h Thu Oct 29 22:20:30 2009
@@ -1,5 +1,5 @@
-#ifndef _DATA_H
-#define _DATA_H 1
+#ifndef _ISC_DATA_H
+#define _ISC_DATA_H 1
#include <string>
#include <vector>
@@ -242,4 +242,4 @@
// cout << "Element: " << foo;
std::ostream& operator <<(std::ostream &out, const ISC::Data::ElementPtr& e);
-#endif // _DATA_H
+#endif // _ISC_DATA_H
More information about the bind10-changes
mailing list