- Add newlines at the end of source files. I hope not having to do this
frequently! (it's a two-liner script, but nevertheless...) git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@355 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
b9c4813f11
commit
8c05219cec
|
@ -145,3 +145,4 @@ History::truncate_at(int instant)
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -70,3 +70,4 @@ namespace sgpem
|
|||
|
||||
#endif //HISTORY_H
|
||||
|
||||
|
||||
|
|
|
@ -61,3 +61,4 @@ ObservedSubject::detach(Observer* o)
|
|||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -53,3 +53,4 @@ namespace sgpem
|
|||
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -38,4 +38,4 @@ const PolicyParameters&
|
|||
Policy::get_parameters() const
|
||||
{
|
||||
return _parameters;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -62,4 +62,4 @@ namespace sgpem
|
|||
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -25,3 +25,4 @@
|
|||
PolicyManager::~PolicyManager()
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -41,3 +41,4 @@ namespace sgpem
|
|||
} //~ namespace sgpem
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -218,3 +218,4 @@ PolicyParameters::get_string(ustring name) const
|
|||
else
|
||||
return i->second.get_value();
|
||||
}
|
||||
|
||||
|
|
|
@ -114,4 +114,4 @@ namespace sgpem
|
|||
|
||||
#include "../templates/parameter.tcc"
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -36,3 +36,4 @@ Process::get_type() const
|
|||
{
|
||||
return "Process";
|
||||
}
|
||||
|
||||
|
|
|
@ -49,3 +49,4 @@ namespace sgpem
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -25,3 +25,4 @@ using namespace std;
|
|||
PythonPolicy::PythonPolicy()
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -58,3 +58,4 @@ namespace sgpem
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -69,3 +69,4 @@ PythonPolicyManager::init()
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -52,3 +52,4 @@ namespace sgpem
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -59,3 +59,4 @@ Schedulable::get_name() const
|
|||
{
|
||||
return _name;
|
||||
}
|
||||
|
||||
|
|
|
@ -59,3 +59,4 @@ namespace sgpem
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -199,3 +199,4 @@ SchedulableList::has_same_objects(const SchedulableList& dx) const
|
|||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
@ -63,3 +63,4 @@ namespace sgpem
|
|||
|
||||
#endif //SCHEDULABLE_LIST_HH
|
||||
|
||||
|
||||
|
|
|
@ -78,3 +78,4 @@ SchedulableStatus::operator==(const SchedulableStatus& dx) const
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -73,3 +73,4 @@ namespace sgpem
|
|||
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -160,3 +160,4 @@ Scheduler::step_forward()
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -74,3 +74,4 @@ namespace sgpem
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -51,3 +51,4 @@ Slice::set_duration(const int& i)
|
|||
{
|
||||
_duration = i;
|
||||
}
|
||||
|
||||
|
|
|
@ -55,3 +55,4 @@ namespace sgpem
|
|||
} //~ namespace sgpem
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -94,3 +94,4 @@ int_to_string(const int& num, ustring& str)
|
|||
str = '-' + str;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -31,3 +31,4 @@
|
|||
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -60,3 +60,4 @@ namespace sgpem {
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -90,4 +90,4 @@ bool
|
|||
GraphicalTerminalIO::is_full_duplex()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -62,3 +62,4 @@ namespace sgpem {
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -58,3 +58,4 @@ namespace sgpem {
|
|||
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -170,3 +170,4 @@ main(int argc, char* argv[])
|
|||
*/
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -22,3 +22,4 @@
|
|||
#define MAIN_HH 1
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -48,3 +48,4 @@ MainWindow::MainWindow()
|
|||
|
||||
MainWindow::~MainWindow()
|
||||
{}
|
||||
|
||||
|
|
|
@ -51,3 +51,4 @@ namespace sgpem {
|
|||
} //~ namespace sgpem
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -29,3 +29,4 @@ Observer::Observer()
|
|||
Observer::~Observer()
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -49,3 +49,4 @@ namespace sgpem
|
|||
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -116,3 +116,4 @@ print_license()
|
|||
<< std::endl;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -41,3 +41,4 @@ void parse_options(int& argc, char**& argv);
|
|||
void print_license();
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -178,3 +178,4 @@ Simulation::get_avaiable_policies()
|
|||
v.push_back(Scheduler::get_instance().get_policy());
|
||||
return v;
|
||||
}
|
||||
|
||||
|
|
|
@ -76,3 +76,4 @@ namespace sgpem
|
|||
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -61,3 +61,4 @@ StandardIO::is_full_duplex()
|
|||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
@ -49,3 +49,4 @@ namespace sgpem {
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -35,3 +35,4 @@ start_gui(int argc, char** argv)
|
|||
|
||||
Gtk::Main::run(main_window);
|
||||
}
|
||||
|
||||
|
|
|
@ -29,3 +29,4 @@
|
|||
void SG_DLLEXPORT start_gui(int argc, char** argv);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -107,3 +107,4 @@ namespace memory {
|
|||
#include "smartp.tcc"
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -351,3 +351,4 @@ TextSimulation::_io_loop(pair<TextSimulation* , int > pun)
|
|||
pun.first->parse_command(p);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -60,4 +60,4 @@ namespace sgpem
|
|||
}
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue