- Fixed compilation errors caused by latest changes to serialization code
- Setup makefile for xmlsave plugin. It still can`t be activated. why? - Added a temporary command SAVE to commandline interface to try serialization git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@826 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
574723a35b
commit
96728edfce
14 changed files with 95 additions and 36 deletions
|
@ -181,6 +181,7 @@ src_backend_libbackend_la_SOURCES = \
|
|||
src/backend/schedulable.cc \
|
||||
src/backend/scheduler.cc \
|
||||
src/backend/serialize_visitor.cc \
|
||||
src/backend/serializers_gatekeeper.cc \
|
||||
src/backend/simulation.cc \
|
||||
src/backend/static_process.cc \
|
||||
src/backend/static_request.cc \
|
||||
|
@ -221,7 +222,8 @@ pkginclude_HEADERS += \
|
|||
src/backend/process.hh \
|
||||
src/backend/schedulable.hh \
|
||||
src/backend/scheduler.hh \
|
||||
src/backend/serialize_visitor.cc \
|
||||
src/backend/serialize_visitor.hh \
|
||||
src/backend/serializers_gatekeeper.hh \
|
||||
src/backend/simulation.hh \
|
||||
src/backend/sub_request.hh \
|
||||
src/backend/thread.hh \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue