Introspect can error

This commit is contained in:
Michael Davidsaver
2019-11-19 15:51:36 -08:00
parent f063bd26f5
commit 9ceab63d02
7 changed files with 261 additions and 52 deletions
+5
View File
@@ -22,7 +22,12 @@ DEFINE_LOGGER(dummy,"dummyserv");
struct DummyHandler : public Handler
{
virtual ~DummyHandler() {}
virtual void onIntrospect(std::unique_ptr<Introspect> &&op) override final
{
op->error("Got nothing");
}
};
struct DummySource : public Source