- Change filenames to follow a consistent naming scheme

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@307 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-02-09 19:43:24 +00:00
parent 68a0cef9d9
commit 87558b5c26
20 changed files with 33 additions and 33 deletions

View file

@ -48,19 +48,19 @@ libbackend_la_LDFLAGS = $(PYTHON_EXTRA_LDFLAGS) \
# Please keep this in sorted order:
libbackend_la_SOURCES = \
history.cc \
observedSubject.cc \
observed_subject.cc \
process.cc \
schedulable.cc \
schedulableStatus.cc \
simulationStatus.cc \
schedulable_status.cc \
simulation_status.cc \
slice.cc
noinst_HEADERS = \
history.hh \
observedSubject.hh \
observed_subject.hh \
process.hh \
schedulable.hh \
schedulableStatus.hh \
simulationStatus.hh \
schedulable_status.hh \
simulation_status.hh \
slice.hh

View file

@ -27,9 +27,9 @@
#include <iostream>
#include "slice.hh"
#include "observedSubject.hh"
#include "simulationStatus.hh"
#include "schedulableStatus.hh"
#include "observed_subject.hh"
#include "simulation_status.hh"
#include "schedulable_status.hh"
#include "../templates/smartp.hh"
namespace sgpem

View file

@ -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 "observedSubject.hh"
#include "observed_subject.hh"
using namespace std;
using namespace sgpem;

View file

@ -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 "schedulableStatus.hh"
#include "schedulable_status.hh"
using namespace sgpem;
using namespace std;

View file

@ -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 "simulationStatus.hh"
#include "simulation_status.hh"
using namespace sgpem;
using namespace std;
using namespace memory;

View file

@ -24,7 +24,7 @@
#include "config.h"
#include <list>
#include "schedulableStatus.hh"
#include "schedulable_status.hh"
#include "../templates/smartp.hh"
namespace sgpem

View file

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