|
|
@ -6,3 +6,13 @@ Othertags::Othertags( string basedir ) { |
|
|
|
bool Othertags::store( string basedir ) { |
|
|
|
return false; |
|
|
|
} |
|
|
|
|
|
|
|
void Othertags::get_logstream( stringstream & log ) { |
|
|
|
log << this->log.rdbuf(); |
|
|
|
} |
|
|
|
|
|
|
|
void Othertags::reset_logstream() { |
|
|
|
this->log.str(std::string()); |
|
|
|
} |
|
|
|
|
|
|
|
// vim: set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab
|