mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-10 00:56:03 +01:00
- ifdef'd IPv6 tests
- fixed const-ness of stream() member functions to MemoryReader/Writer
This commit is contained in:
@@ -200,7 +200,12 @@ public:
|
||||
return _data;
|
||||
}
|
||||
|
||||
MemoryInputStream& stream() const
|
||||
const MemoryInputStream& stream() const
|
||||
{
|
||||
return _istr;
|
||||
}
|
||||
|
||||
MemoryInputStream& stream()
|
||||
{
|
||||
return _istr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user