#pragma once #include "WatcherBase.h" class CRunBatchWatcher : public CWatcherBase {}; class CStopBatchWatcher : public CWatcherBase {};