Skip to content
Snippets Groups Projects
Commit d8f8fb3c authored by Marco De Marco's avatar Marco De Marco
Browse files

File in watch path processed at startup removed

parent 42d91ec0
No related branches found
No related tags found
No related merge requests found
......@@ -174,6 +174,7 @@ void EventThread::initEventBuffer() throw(std::runtime_error)
throw std::runtime_error("Watch path \"" +
watchPath + "\" is not a valid directory");
/*
//All files in watch path are inserted into event buffer
boost::filesystem::directory_iterator startIt(path);
boost::filesystem::directory_iterator endIt;
......@@ -185,6 +186,7 @@ void EventThread::initEventBuffer() throw(std::runtime_error)
startIt++;
}
*/
}
//==============================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment