mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-24 00:57:06 +02:00
No need to be friends with Connection
This commit is contained in:
parent
f77642a77a
commit
f9af763cf6
@ -62,8 +62,6 @@ public:
|
|||||||
private:
|
private:
|
||||||
|
|
||||||
std::vector<RedisType::Ptr> _elements;
|
std::vector<RedisType::Ptr> _elements;
|
||||||
|
|
||||||
friend class Connection;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
inline std::vector<RedisType::Ptr>::const_iterator Array::begin() const
|
inline std::vector<RedisType::Ptr>::const_iterator Array::begin() const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user