- Added the REMOVE command, it was almost completely a cut-and-paste work, so the code will need some refactoring to remove duplicated portions
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@770 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
d26ee57e3c
commit
1506c46287
3 changed files with 225 additions and 1 deletions
|
@ -161,6 +161,7 @@ src_backend_libbackend_la_SOURCES = \
|
|||
src/backend/history.cc \
|
||||
src/backend/history_observer.cc \
|
||||
src/backend/invalid_plugin_exception.cc \
|
||||
src/backend/key_file.cc \
|
||||
src/backend/module.cc \
|
||||
src/backend/plugin_manager.cc \
|
||||
src/backend/policies_gatekeeper.cc \
|
||||
|
@ -194,6 +195,7 @@ pkginclude_HEADERS += \
|
|||
src/backend/history.hh \
|
||||
src/backend/history_observer.hh \
|
||||
src/backend/invalid_plugin_exception.hh \
|
||||
src/backend/key_file.hh \
|
||||
src/backend/module.hh \
|
||||
src/backend/plugin.hh \
|
||||
src/backend/plugin_manager.hh \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue