Add basic_seconds_clock, insight::Groups

This commit is contained in:
Vinnie Falco
2014-02-01 20:14:38 -08:00
parent af77ff3eed
commit aaced060bf
31 changed files with 809 additions and 106 deletions

View File

@@ -37,10 +37,6 @@ public:
{
}
void set_handler (HandlerType const&)
{
}
private:
NullCounterImpl& operator= (NullCounterImpl const&);
};
@@ -71,10 +67,6 @@ public:
{
}
void set_handler (HandlerType const&)
{
}
private:
NullGaugeImpl& operator= (NullGaugeImpl const&);
};
@@ -88,10 +80,6 @@ public:
{
}
void set_handler (HandlerType const&)
{
}
private:
NullMeterImpl& operator= (NullMeterImpl const&);
};