[squid-dev] [PATCH] turn FtpServer::EarlyErrorKind into strongly-typed enum
Alex Rousskov
rousskov at measurement-factory.com
Thu Aug 20 16:03:35 UTC 2015
On 08/20/2015 06:10 AM, Kinkie wrote:
> the attached patch turns FtpServer::EarlyErrorKind from a C enum into
> c++11 strongly-typed enum. The code did not require any change, just a
> bit of search-and-replace.
Consider adding begin/end markers (for your EnumIteration code) while
you rewriting/renaming this (or any other) enum.
Alex.
More information about the squid-dev
mailing list