- Added still more error checking to PythonCPUPolicy. But the code which calls its methods should be updated to handle the new exceptions...
- Added a base class for cpu policy exceptions to make simpler their catching - Implemented all numeric fields in dialogs with spinboxes, with bounds checking git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@838 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
d3c7b46853
commit
48fc2f5a00
18 changed files with 298 additions and 177 deletions
|
@ -153,6 +153,7 @@ src_backend_libbackend_la_SOURCES = \
|
|||
src/backend/concrete_simulation.cc \
|
||||
src/backend/cpu_policies_gatekeeper.cc \
|
||||
src/backend/cpu_policy.cc \
|
||||
src/backend/cpu_policy_exception.cc \
|
||||
src/backend/cpu_policy_manager.cc \
|
||||
src/backend/dynamic_process.cc \
|
||||
src/backend/dynamic_request.cc \
|
||||
|
@ -203,6 +204,7 @@ pkginclude_HEADERS += \
|
|||
config.h \
|
||||
src/backend/cpu_policies_gatekeeper.hh \
|
||||
src/backend/cpu_policy.hh \
|
||||
src/backend/cpu_policy_exception.hh \
|
||||
src/backend/cpu_policy_manager.hh \
|
||||
src/backend/environment.hh \
|
||||
src/backend/global_preferences.hh \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue