mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-18 16:37:13 +01:00
Merge remote-tracking branch 'pocoproject@github/develop' into AppVeyorWithCMake
This commit is contained in:
commit
54591dfc8b
@ -73,7 +73,7 @@ private:
|
||||
namespace Redis {
|
||||
|
||||
|
||||
class Redis_API PooledConnection
|
||||
class PooledConnection
|
||||
/// Helper class for borrowing and returning a connection automatically from a pool.
|
||||
{
|
||||
public:
|
||||
|
@ -18,6 +18,7 @@
|
||||
#ifndef Redis_RedisStream_INCLUDED
|
||||
#define Redis_RedisStream_INCLUDED
|
||||
|
||||
#include "Poco/Redis/Redis.h"
|
||||
#include "Poco/BufferedStreamBuf.h"
|
||||
#include "Poco/Net/StreamSocket.h"
|
||||
|
||||
@ -77,7 +78,7 @@ protected:
|
||||
};
|
||||
|
||||
|
||||
class RedisOutputStream: public RedisIOS, public std::ostream
|
||||
class Redis_API RedisOutputStream: public RedisIOS, public std::ostream
|
||||
/// An output stream for writing to a Redis server.
|
||||
{
|
||||
public:
|
||||
@ -91,7 +92,7 @@ public:
|
||||
};
|
||||
|
||||
|
||||
class RedisInputStream: public RedisIOS, public std::istream
|
||||
class Redis_API RedisInputStream: public RedisIOS, public std::istream
|
||||
/// An input stream for reading from a Redis server.
|
||||
{
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user