Change namespace closing comments to “unnamed”, not anonymous
This commit is contained in:
@@ -638,7 +638,7 @@ CoverTwoHopNeighbors (Ipv4Address neighborMainAddr, TwoHopNeighborSet & N2)
|
||||
}
|
||||
}
|
||||
}
|
||||
} // anonymous namespace
|
||||
} // unnamed namespace
|
||||
|
||||
void
|
||||
RoutingProtocol::MprComputation ()
|
||||
|
||||
@@ -160,7 +160,7 @@ void CreateFormattedFile ()
|
||||
}
|
||||
|
||||
|
||||
} // anonymous namespace
|
||||
} // unnamed namespace
|
||||
|
||||
|
||||
int main (int argc, char *argv[])
|
||||
|
||||
@@ -80,7 +80,7 @@ void Create2dPlot ()
|
||||
}
|
||||
|
||||
|
||||
} // anonymous namespace
|
||||
} // unnamed namespace
|
||||
|
||||
|
||||
int main (int argc, char *argv[])
|
||||
|
||||
@@ -253,7 +253,7 @@ void Create3DPlotFile ()
|
||||
plotFile.close ();
|
||||
}
|
||||
|
||||
} // anonymous namespace
|
||||
} // unnamed namespace
|
||||
|
||||
|
||||
int main (int argc, char *argv[])
|
||||
|
||||
@@ -276,7 +276,7 @@ public:
|
||||
/** @} */
|
||||
|
||||
|
||||
} // anonymous namespace
|
||||
} // unnamed namespace
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@@ -105,7 +105,7 @@ void TracedValueCbSink<SequenceNumber32> (SequenceNumber32 oldValue,
|
||||
}
|
||||
|
||||
|
||||
} // anonymous namespace
|
||||
} // unnamed namespace
|
||||
|
||||
|
||||
class TracedValueCallbackTestCase : public TestCase
|
||||
|
||||
Reference in New Issue
Block a user