added forward declarations for service interface streams
This commit is contained in:
parent
1c0ca4c329
commit
5b93799ea6
@ -44,5 +44,13 @@ public:
|
|||||||
std::string getPreamble();
|
std::string getPreamble();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Forward declaration of interface streams. These are needed so the public
|
||||||
|
// functions can be used by including this header
|
||||||
|
namespace sif {
|
||||||
|
extern ServiceInterfaceStream debugStream;
|
||||||
|
extern ServiceInterfaceStream infoStream;
|
||||||
|
extern ServiceInterfaceStream warningStream;
|
||||||
|
extern ServiceInterfaceStream errorStream;
|
||||||
|
}
|
||||||
|
|
||||||
#endif /* FRAMEWORK_SERVICEINTERFACE_SERVICEINTERFACESTREAM_H_ */
|
#endif /* FRAMEWORK_SERVICEINTERFACE_SERVICEINTERFACESTREAM_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user