Change namespace closing comments to “unnamed”, not anonymous

This commit is contained in:
Peter D. Barnes, Jr.
2017-09-17 19:45:56 -07:00
parent c5eafff797
commit e0e5c52e51
6 changed files with 6 additions and 6 deletions

View File

@@ -638,7 +638,7 @@ CoverTwoHopNeighbors (Ipv4Address neighborMainAddr, TwoHopNeighborSet & N2)
}
}
}
} // anonymous namespace
} // unnamed namespace
void
RoutingProtocol::MprComputation ()

View File

@@ -160,7 +160,7 @@ void CreateFormattedFile ()
}
} // anonymous namespace
} // unnamed namespace
int main (int argc, char *argv[])

View File

@@ -80,7 +80,7 @@ void Create2dPlot ()
}
} // anonymous namespace
} // unnamed namespace
int main (int argc, char *argv[])

View File

@@ -253,7 +253,7 @@ void Create3DPlotFile ()
plotFile.close ();
}
} // anonymous namespace
} // unnamed namespace
int main (int argc, char *argv[])

View File

@@ -276,7 +276,7 @@ public:
/** @} */
} // anonymous namespace
} // unnamed namespace
/*

View File

@@ -105,7 +105,7 @@ void TracedValueCbSink<SequenceNumber32> (SequenceNumber32 oldValue,
}
} // anonymous namespace
} // unnamed namespace
class TracedValueCallbackTestCase : public TestCase