- 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:
parent
4508ed017b
commit
8062dd95da
13 changed files with 20 additions and 20 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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;
|
|
@ -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
|
||||
//
|
|
@ -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
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include "schedulable_list.hh"
|
||||
#include "schedulable_queue.hh"
|
||||
|
||||
namespace sgpem
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue