- updated PoliciesGatekeeper to reflect change in design, it is still not usable at this time

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@616 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
elvez 2006-06-10 15:44:42 +00:00
parent 1e75fe91f1
commit c5d78f3547
7 changed files with 103 additions and 24 deletions

View file

@ -76,6 +76,16 @@ namespace sgpem
policy_sorts_type wants() const throw(UserInterruptException);
void activate()
{
//FIXME write code for me
}
void deactivate()
{
//FIXME write code for me
}
private:
PythonPolicy(const PythonPolicy&);
PythonPolicy& operator=(const PythonPolicy&);

View file

@ -58,6 +58,12 @@ namespace sgpem
*/
void init();
std::vector<Policy*> get_avail_policies()
{
//FIXME write code for me
return std::vector<Policy*>();
}
/** \brief Returns the singleton instance of
* PythonPolicyManager.
*