void function now
This commit is contained in:
parent
1630682548
commit
589e64fc46
@ -19,7 +19,7 @@ bool ServiceInterfaceStream::crAdditionEnabled() const {
|
|||||||
return streambuf.crAdditionEnabled();
|
return streambuf.crAdditionEnabled();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ServiceInterfaceStream::setAsciiColorPrefix(std::string asciiColorCode) {
|
void ServiceInterfaceStream::setAsciiColorPrefix(std::string asciiColorCode) {
|
||||||
streambuf.setAsciiColorPrefix(asciiColorCode);
|
streambuf.setAsciiColorPrefix(asciiColorCode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ public:
|
|||||||
*/
|
*/
|
||||||
bool crAdditionEnabled() const;
|
bool crAdditionEnabled() const;
|
||||||
|
|
||||||
bool setAsciiColorPrefix(std::string asciiColorCode);
|
void setAsciiColorPrefix(std::string asciiColorCode);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
ServiceInterfaceBuffer streambuf;
|
ServiceInterfaceBuffer streambuf;
|
||||||
|
Loading…
Reference in New Issue
Block a user