Archived
1
0
This commit is contained in:
Jeff Becker
2018-05-06 09:46:45 -04:00
parent ee770c8ca0
commit b75afcb4f4
3 changed files with 7 additions and 4 deletions

View File

@@ -17,6 +17,8 @@ StaticFileFrontend::StaticFileFrontend(TemplateEngine *tmpl, const std::string &
{
}
StaticFileFrontend::~StaticFileFrontend() {}
void StaticFileFrontend::ProcessNewMessage(const fs::path &fpath)
{
std::clog << "process message " << fpath << std::endl;