Inline YesNoNone constructor to allow using SquidConfig structure
without linking cache_cf.o.
storeAppendPrintf(entry, "\n");
}
-YesNoNone::YesNoNone(): option(0)
-{
-}
-
void
YesNoNone::configure(bool beSet)
{
class YesNoNone {
// TODO: generalize to non-boolean option types
public:
- YesNoNone();
+ YesNoNone(): option(0) {}
/// returns true iff enabled; asserts if the option has not been configured
operator void *() const; // TODO: use a fancy/safer version of the operator
fatal("not implemented 11");
}
-YesNoNone::YesNoNone()
-{
- /* ignore this for testing */
-}
-
YesNoNone::operator void*() const
{
/* ignore this for testing */