mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
C++1x-ification
This commit is contained in:
@@ -37,7 +37,7 @@ class MongoDB_API Connection
|
||||
/// for more information on the wire protocol.
|
||||
{
|
||||
public:
|
||||
typedef Poco::SharedPtr<Connection> Ptr;
|
||||
using Ptr = Poco::SharedPtr<Connection>;
|
||||
|
||||
class MongoDB_API SocketFactory
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user