1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#ifndef TRAYMENU_H_INCLUDED #define TRAYMENU_H_INCLUDED #include "watcher.h" #include "xmlProcessing.h" namespace RealtimeSync { enum MonitorResponse { RESUME, QUIT }; MonitorResponse startDirectoryMonitor(const xmlAccess::XmlRealConfig& config); } #endif // TRAYMENU_H_INCLUDED