mirror of
				https://github.com/pocoproject/poco.git
				synced 2025-11-04 04:09:57 +01:00 
			
		
		
		
	Add typedef for SharedPtr<Client>
This commit is contained in:
		@@ -72,6 +72,9 @@ class Redis_API Client
 | 
			
		||||
	///    command << "list";
 | 
			
		||||
{
 | 
			
		||||
public:
 | 
			
		||||
 | 
			
		||||
	typedef SharedPtr<Client> Ptr;
 | 
			
		||||
 | 
			
		||||
	Client();
 | 
			
		||||
		/// Default constructor. Use this when you want to
 | 
			
		||||
		/// connect later on.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user