| 647 | } |
| 648 | |
| 649 | void Restart() |
| 650 | { |
| 651 | mDirectoryChangeFunc(this, mUserData, BfpFileChangeKind_Failed, mPath.c_str(), NULL, NULL); |
| 652 | OutputDebugStrF("Restarting directory monitor for %s\n", mPath.c_str()); |
| 653 | Monitor(); |
| 654 | } |
| 655 | |
| 656 | virtual void Completed(int errorCode, int numBytes, OVERLAPPED* overlapped) override |
| 657 | { |