]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2207] Style: correct capitalization
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 17 Oct 2012 11:11:05 +0000 (13:11 +0200)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 17 Oct 2012 11:11:05 +0000 (13:11 +0200)
src/lib/datasrc/tests/memory/zone_table_segment_unittest.cc

index 36f06ad2c4835efc329637df4a8ec7657249bf31..928b6c4fa2dd15beb75bda65af86e26ddca7dc6c 100644 (file)
@@ -87,7 +87,7 @@ TEST_F(ZoneTableSegmentTest, getMemorySegment) {
 }
 
 ZoneData*
-load_action(MemorySegment&) {
+loadAction(MemorySegment&) {
     // The function won't be called, so this is OK
     return (NULL);
 }
@@ -95,7 +95,7 @@ load_action(MemorySegment&) {
 // Test we can get a writer.
 TEST_F(ZoneTableSegmentTest, getZoneWriter) {
     scoped_ptr<ZoneWriter>
-        writer(segment_->getZoneWriter(load_action, Name("example.org"),
+        writer(segment_->getZoneWriter(loadAction, Name("example.org"),
                                        RRClass::IN()));
     // We have to get something
     EXPECT_NE(static_cast<void*>(NULL), writer.get());