Loading src/EventThread.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -185,6 +186,7 @@ void EventThread::initEventBuffer() throw(std::runtime_error) startIt++; } */ } //============================================================================== Loading Loading
src/EventThread.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -185,6 +186,7 @@ void EventThread::initEventBuffer() throw(std::runtime_error) startIt++; } */ } //============================================================================== Loading