- Added the LOAD command to TextSimulation, and the classic question made to user on replacing an unsaved simulation

- Changed the way syntactically incorrect python policies are handled, we no more exit abruptly

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@829 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
elvez 2006-08-08 00:20:56 +00:00
parent d72ce96508
commit 0138387a7f
8 changed files with 189 additions and 14 deletions

View file

@ -167,6 +167,7 @@ src_backend_libbackend_la_SOURCES = \
src/backend/holt_graph.cc \
src/backend/invalid_plugin_exception.cc \
src/backend/key_file.cc \
src/backend/malformed_policy_exception.cc \
src/backend/module.cc \
src/backend/null_policy_exception.cc \
src/backend/plugin_manager.cc \
@ -210,6 +211,7 @@ pkginclude_HEADERS += \
src/backend/holt_graph.hh \
src/backend/invalid_plugin_exception.hh \
src/backend/key_file.hh \
src/backend/malformed_policy_exception.hh \
src/backend/module.hh \
src/backend/null_policy_exception.hh \
src/backend/policy_parameters.hh \