WIP: somethings wrong.. #19

Closed
muellerr wants to merge 808 commits from source/master into master
Showing only changes of commit 5eb3d77bdb - Show all commits

View File

@ -5,11 +5,11 @@
#include <iostream>
#include <cstdio>
// 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.
// The ServiceInterfaceStream instances (declared below and instantiated in main)
// can be passed to these front ends by passing their underlying buffers
// with .rdbuf()
/* 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.
* The ServiceInterfaceStream instances, which are declared below and
* can instantaited somewhere else can be passed to these front ends by passing
* their underlying buffers with .rdbuf() */
namespace sif {
extern std::ostream debug;
extern std::ostream info;