initial implementation
This commit is contained in:
commit
532d48529f
29 changed files with 2329 additions and 0 deletions
18
src/reactor/Sink.cpp
Normal file
18
src/reactor/Sink.cpp
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/* @file Sink.cpp */
|
||||
|
||||
#include "Sink.hpp"
|
||||
#include "xo/refcnt/Refcounted.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace reactor {
|
||||
#ifdef NOT_USING
|
||||
ref::rp<SinkToConsole<std::pair<xo::time::utc_nanos, double>>>
|
||||
TemporaryTest::realization_printer()
|
||||
{
|
||||
return new SinkToConsole<std::pair<xo::time::utc_nanos, double>>();
|
||||
} /*realization_printer*/
|
||||
#endif
|
||||
} /*namespace reactor*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end Sink.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue