Removed DefaultHandler typedef

Removed DefaultHandler typedef. JSON::Parser is now default constructed
with built-in parsing handler (i.e. without requirement that user
explicitly provides handler). Handler is now a SharedPtr so old code
with handler on the stack would cause undefined behavior, hence best to
break it now in development release ... apologies to anyone affected.
This commit is contained in:
Aleksandar Fabijanic
2013-03-28 22:18:57 -05:00
parent 579842bce4
commit 0d79572848
15 changed files with 85 additions and 169 deletions

View File

@@ -389,8 +389,6 @@
Name="Header Files">
<File
RelativePath=".\include\Poco\JSON\Array.h"/>
<File
RelativePath=".\include\Poco\JSON\DefaultHandler.h"/>
<File
RelativePath=".\include\Poco\JSON\Handler.h"/>
<File