- Completed renaming of class SchedulableList to SchedulableQueue

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@603 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
elvez 2006-06-03 15:19:13 +00:00
parent 4508ed017b
commit 8062dd95da
13 changed files with 20 additions and 20 deletions

View file

@ -28,7 +28,7 @@
#include "slice.hh"
#include "observed_subject.hh"
#include "schedulable_list.hh"
#include "schedulable_queue.hh"
#include "schedulable_status.hh"
#include "../templates/smartp.hh"

View file

@ -1,4 +1,4 @@
// src/backend/schedulable_list.cc - Copyright 2005, 2006, University
// src/backend/schedulable_queue.cc - Copyright 2005, 2006, University
// of Padova, dept. of Pure and Applied
// Mathematics
//
@ -18,7 +18,7 @@
// along with SGPEMv2; if not, write to the Free Software
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "schedulable_list.hh"
#include "schedulable_queue.hh"
using namespace sgpem;
using namespace std;

View file

@ -1,4 +1,4 @@
// src/backend/schedulable_list.hh - Copyright 2005, 2006, University
// src/backend/schedulable_queue.hh - Copyright 2005, 2006, University
// of Padova, dept. of Pure and Applied
// Mathematics
//

View file

@ -34,7 +34,7 @@ namespace sgpem
#include "observed_subject.hh"
#include "history.hh"
#include "schedulable_list.hh"
#include "schedulable_queue.hh"
#include "user_interrupt_exception.hh"
namespace sgpem

View file

@ -23,7 +23,7 @@
#include "config.h"
#include "schedulable_list.hh"
#include "schedulable_queue.hh"
namespace sgpem
{