- TODO and FIXME reduced to 38

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@941 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
elvez 2006-08-25 22:43:04 +00:00
parent 57059b647b
commit 696c513ed2
13 changed files with 13 additions and 106 deletions

View file

@ -103,7 +103,7 @@ PythonCPUPolicy::activate() throw(UserInterruptException, MalformedPolicyExcepti
Glib::RecMutex::Lock lock(_mtx);;
set_callback_policy(const_cast<PythonCPUPolicy*>(this));
// FIXME write the rest, taking away code from constructor
// TODO write the rest, taking away code from constructor
configure();
@ -117,7 +117,7 @@ PythonCPUPolicy::deactivate()
Glib::RecMutex::Lock lock(_mtx);;
set_callback_policy(const_cast<PythonCPUPolicy*>(this));
// FIXME See if some code has to be moved here from the
// TODO See if some code has to be moved here from the
// destructor, AFTER having written activate()
_parameters.clear();