]> git.stg.codes - stg.git/commit
Added services management.
authorMaxim Mamontov <faust.madf@gmail.com>
Sun, 20 Oct 2013 09:37:13 +0000 (12:37 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Sun, 20 Oct 2013 09:37:13 +0000 (12:37 +0300)
commit99090ca5351c98fd9ce9773456a8a3c3936e8c60
tree5c894a812d7bf7792319a286a6b5266939548262
parent85b2cf6a5286a94b5e35c7fc6b17bdf941f56420
Added services management.
stglibs/srvconf.lib/Makefile
stglibs/srvconf.lib/include/stg/servconf.h
stglibs/srvconf.lib/include/stg/servconf_types.h
stglibs/srvconf.lib/parsers/chg_service.cpp [new file with mode: 0644]
stglibs/srvconf.lib/parsers/chg_service.h [new file with mode: 0644]
stglibs/srvconf.lib/parsers/get_service.cpp [new file with mode: 0644]
stglibs/srvconf.lib/parsers/get_service.h [new file with mode: 0644]
stglibs/srvconf.lib/parsers/get_services.cpp [new file with mode: 0644]
stglibs/srvconf.lib/parsers/get_services.h [new file with mode: 0644]
stglibs/srvconf.lib/servconf.cpp