WIP: somethings wrong.. #19
@ -7,6 +7,9 @@
|
|||||||
|
|
||||||
// Unfortunately, there must be a forward declaration of the log front end
|
// Unfortunately, there must be a forward declaration of the log front end
|
||||||
// (MUST be defined in main), to let the system know where to write to.
|
// (MUST be defined in main), to let the system know where to write to.
|
||||||
|
// The ServiceInterfaceStream instances (declared below and instantiated in main)
|
||||||
|
// can be passed to these front ends by passing their underlying buffers
|
||||||
|
// with .rdbuf()
|
||||||
namespace sif {
|
namespace sif {
|
||||||
extern std::ostream debug;
|
extern std::ostream debug;
|
||||||
extern std::ostream info;
|
extern std::ostream info;
|
||||||
|
Loading…
Reference in New Issue
Block a user