- 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
49 changed files with 49 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue