]> git.stg.codes - stg.git/commit
Use single simple parser for one-tag answers.
authorMaxim Mamontov <faust.madf@gmail.com>
Tue, 8 Oct 2013 12:56:11 +0000 (15:56 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Tue, 8 Oct 2013 12:56:11 +0000 (15:56 +0300)
commit84c7cad404a6073453edcb2045a57642d5744811
tree15f03d4d2da6b424925c23ed9988800555193af3
parenta7b9b4dfbeb7d84f1c393f7197b017a1e65192b4
Use single simple parser for one-tag answers.
18 files changed:
stglibs/srvconf.lib/Makefile
stglibs/srvconf.lib/include/stg/servconf.h
stglibs/srvconf.lib/include/stg/servconf_types.h
stglibs/srvconf.lib/parsers/add_admin.cpp [deleted file]
stglibs/srvconf.lib/parsers/add_admin.h [deleted file]
stglibs/srvconf.lib/parsers/check_user.cpp [deleted file]
stglibs/srvconf.lib/parsers/check_user.h [deleted file]
stglibs/srvconf.lib/parsers/chg_admin.cpp
stglibs/srvconf.lib/parsers/chg_admin.h
stglibs/srvconf.lib/parsers/chg_user.cpp
stglibs/srvconf.lib/parsers/chg_user.h
stglibs/srvconf.lib/parsers/del_admin.cpp [deleted file]
stglibs/srvconf.lib/parsers/del_admin.h [deleted file]
stglibs/srvconf.lib/parsers/send_message.cpp [deleted file]
stglibs/srvconf.lib/parsers/send_message.h [deleted file]
stglibs/srvconf.lib/parsers/simple.cpp [new file with mode: 0644]
stglibs/srvconf.lib/parsers/simple.h [new file with mode: 0644]
stglibs/srvconf.lib/servconf.cpp