- Renamed GlobalSettings to GlobalPreferences

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@621 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
elvez 2006-06-12 14:04:06 +00:00
parent 65ed285807
commit 1706119e4d
5 changed files with 16 additions and 16 deletions

View file

@ -24,7 +24,7 @@
#include "../python_policy_manager.hh"
#include "../python_policy.hh"
#include "global_settings.hh"
#include "global_preferences.hh"
#include "schedulable_queue.hh"
#include "scheduler.hh"
#include "user_interrupt_exception.hh"
@ -62,7 +62,7 @@ main(int argc, char** argv) {
}
else
// Add argv[1] as the directory to search for uninstalled policies
sgpem::GlobalSettings::instance().add_policies_dir(argv[1]);
sgpem::GlobalPreferences::instance().add_policies_dir(argv[1]);
// Self-register itself to Scheduler, however we don't care about it
TestPythonPolicyManager polman;