git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Implemented storing services.
[stg.git]
/
stglibs
/
srvconf.lib
/
parsers
/
server_info.cpp
diff --git
a/stglibs/srvconf.lib/parsers/server_info.cpp
b/stglibs/srvconf.lib/parsers/server_info.cpp
index 50dbb2ccc7e4ad0a63a4be2d067b1f6ebadb00cc..22a0e43c8e5cdd3557eeacf6378af89b944f54b3 100644
(file)
--- a/
stglibs/srvconf.lib/parsers/server_info.cpp
+++ b/
stglibs/srvconf.lib/parsers/server_info.cpp
@@
-29,15
+29,6
@@
using namespace STG;
-namespace
-{
-
-const size_t UNAME_LEN = 256;
-const size_t SERV_VER_LEN = 64;
-const size_t DIRNAME_LEN = 16;
-
-}
-
SERVER_INFO::PARSER::PARSER(CALLBACK f, void * d, const std::string & e)
: callback(f),
data(d),