mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 09:24:55 +02:00
style fixes
This commit is contained in:
parent
f09c17830f
commit
78c2ef8b85
@ -13,7 +13,7 @@
|
|||||||
#include "Poco/Net/HTTPClientSession.h"
|
#include "Poco/Net/HTTPClientSession.h"
|
||||||
#include "Poco/Net/HTTPRequest.h"
|
#include "Poco/Net/HTTPRequest.h"
|
||||||
#include "Poco/Net/HTTPResponse.h"
|
#include "Poco/Net/HTTPResponse.h"
|
||||||
#include <Poco/Net/HTTPCredentials.h>
|
#include "Poco/Net/HTTPCredentials.h"
|
||||||
#include "Poco/StreamCopier.h"
|
#include "Poco/StreamCopier.h"
|
||||||
#include "Poco/NullStream.h"
|
#include "Poco/NullStream.h"
|
||||||
#include "Poco/Path.h"
|
#include "Poco/Path.h"
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#if defined(POCO_UNBUNDLED)
|
#if defined(POCO_UNBUNDLED)
|
||||||
#include <expat.h>
|
#include <expat.h>
|
||||||
#else
|
#else
|
||||||
#include <Poco/XML/expat.h>
|
#include "Poco/XML/expat.h"
|
||||||
#endif
|
#endif
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
@ -136,12 +136,12 @@ public:
|
|||||||
_e(e)
|
_e(e)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
value_type operator * () const
|
value_type operator * () const
|
||||||
{
|
{
|
||||||
return _e;
|
return _e;
|
||||||
}
|
}
|
||||||
|
|
||||||
Iterator& operator ++ ()
|
Iterator& operator ++ ()
|
||||||
{
|
{
|
||||||
_e = _parser->next();
|
_e = _parser->next();
|
||||||
@ -169,7 +169,7 @@ public:
|
|||||||
{
|
{
|
||||||
return Iterator(this, next());
|
return Iterator(this, next());
|
||||||
}
|
}
|
||||||
|
|
||||||
Iterator end()
|
Iterator end()
|
||||||
{
|
{
|
||||||
return Iterator(this, EV_EOF);
|
return Iterator(this, EV_EOF);
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#define XML_XMLStreamParserException_INCLUDED
|
#define XML_XMLStreamParserException_INCLUDED
|
||||||
|
|
||||||
|
|
||||||
#include <Poco/XML/XMLException.h>
|
#include "Poco/XML/XMLException.h"
|
||||||
|
|
||||||
|
|
||||||
namespace Poco {
|
namespace Poco {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user