00001 #ifndef EVENT_LOOP__EMPTY_FILE_HANDLER_H 00002 #define EVENT_LOOP__EMPTY_FILE_HANDLER_H 00003 00004 // Copyright Iowa State University 2015. 00005 // Author: Nils Krumnack 00006 // Distributed under the Boost Software License, Version 1.0. 00007 // (See accompanying file LICENSE_1_0.txt or copy at 00008 // http://www.boost.org/LICENSE_1_0.txt) 00009 00010 // Please feel free to contact me (nils.erik.krumnack@cern.ch) for bug 00011 // reports, feature suggestions, praise and complaints. 00012 00013 00014 #include <EventLoop/Global.h> 00015 00016 #include <string> 00017 00018 namespace EL 00019 { 00032 void processEmptyFiles (const std::string& submitdir, 00033 const Job& job); 00034 } 00035 00036 #endif