summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/tests
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@isc.org>2012-10-25 06:05:06 +0200
committerMukund Sivaraman <muks@isc.org>2012-10-25 06:36:34 +0200
commit059a2a175193e5c60a3a5e647acf95e0eb6b9a6a (patch)
treec0529f22066954c4be1b1c96259fcf2cb8640cca /src/lib/dns/tests
parent[2357] Update the scaffolding which message compiler generates (diff)
downloadkea-059a2a175193e5c60a3a5e647acf95e0eb6b9a6a.tar.xz
kea-059a2a175193e5c60a3a5e647acf95e0eb6b9a6a.zip
[2357] Update scaffolding using fix-scaffolding.py tool
See bug #2367 for the fix-scaffolding.py tool.
Diffstat (limited to 'src/lib/dns/tests')
-rw-r--r--src/lib/dns/tests/rdata_unittest.h6
-rw-r--r--src/lib/dns/tests/unittest_util.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/dns/tests/rdata_unittest.h b/src/lib/dns/tests/rdata_unittest.h
index 1bc0fa4497..f59360910d 100644
--- a/src/lib/dns/tests/rdata_unittest.h
+++ b/src/lib/dns/tests/rdata_unittest.h
@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
-#ifndef __RDATA_UNITTEST_H
-#define __RDATA_UNITTEST_H 1
+#ifndef RDATA_UNITTEST_H
+#define RDATA_UNITTEST_H 1
#include <util/buffer.h>
#include <dns/messagerenderer.h>
@@ -44,7 +44,7 @@ protected:
}
}
}
-#endif // __RDATA_UNITTEST_H
+#endif // RDATA_UNITTEST_H
// Local Variables:
// mode: c++
diff --git a/src/lib/dns/tests/unittest_util.h b/src/lib/dns/tests/unittest_util.h
index ebb514d066..f50df14ab2 100644
--- a/src/lib/dns/tests/unittest_util.h
+++ b/src/lib/dns/tests/unittest_util.h
@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
-#ifndef __UNITTEST_UTIL_H
-#define __UNITTEST_UTIL_H 1
+#ifndef UNITTEST_UTIL_H
+#define UNITTEST_UTIL_H 1
#include <vector>
#include <string>
@@ -111,7 +111,7 @@ public:
};
}
-#endif // __UNITTEST_UTIL_H
+#endif // UNITTEST_UTIL_H
// Local Variables:
// mode: c++