#ifndef SERVICE_WINDOW #define SERVICE_WINDOW class window_service_t { public: enum status_t { ok, error }; status_t create_window(); }; #endif