]> git.stg.codes - stg.git/commit
Added CHG/ADD/DEL_ADMIN parsers.
authorMaxim Mamontov <faust.madf@gmail.com>
Tue, 8 Oct 2013 11:51:42 +0000 (14:51 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Tue, 8 Oct 2013 11:51:42 +0000 (14:51 +0300)
commita7b9b4dfbeb7d84f1c393f7197b017a1e65192b4
tree7c7564c1178f20becf2e4f35e210dcbeb4133de0
parent9cd40c09380f9f681366abd51b4789869cb1dd23
Added CHG/ADD/DEL_ADMIN parsers.
include/stg/admin_conf.h
stglibs/srvconf.lib/Makefile
stglibs/srvconf.lib/include/stg/servconf.h
stglibs/srvconf.lib/parsers/add_admin.cpp [new file with mode: 0644]
stglibs/srvconf.lib/parsers/add_admin.h [new file with mode: 0644]
stglibs/srvconf.lib/parsers/chg_admin.cpp [new file with mode: 0644]
stglibs/srvconf.lib/parsers/chg_admin.h [new file with mode: 0644]
stglibs/srvconf.lib/parsers/del_admin.cpp [new file with mode: 0644]
stglibs/srvconf.lib/parsers/del_admin.h [new file with mode: 0644]
stglibs/srvconf.lib/servconf.cpp