/* * Copyright (C) 2003-2004 * Slawomir Lisznianski * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, * provided that the above copyright notice appear in all copies and * that both that copyright notice and this permission notice appear * in supporting documentation. Slawomir Lisznianski makes no * representations about the suitability of this software for any * purpose. It is provided "as is" without express or implied warranty. * */ #ifndef RHA_BASICSCHEDULER_HPP #define RHA_BASICSCHEDULER_HPP #include #include #include //#include //#include //#include #include #include namespace Rha { // BasicScheduler // typedef Rha::SimpleScheduler > > > BasicScheduler; //typedef Rha::SimpleScheduler > > > > BasicScheduler; } #endif // RHA_BASICSCHEDULER_HPP