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 aysnc parser in STG::Conn.
[stg.git]
/
stglibs
/
json.lib
/
include
/
stg
/
json_parser.h
diff --git
a/stglibs/json.lib/include/stg/json_parser.h
b/stglibs/json.lib/include/stg/json_parser.h
index 73009d2fd510225f8e970567c7d00f9298947182..d20e669df49543d0cf91538b6939faf08a6088c1 100644
(file)
--- a/
stglibs/json.lib/include/stg/json_parser.h
+++ b/
stglibs/json.lib/include/stg/json_parser.h
@@
-55,7
+55,7
@@
class Parser
virtual ~Parser();
bool append(const char* data, size_t size);
- bool
done
();
+ bool
last
();
private:
class Impl;