mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include "Poco/Configurable.h"
|
||||
#include "Poco/Mutex.h"
|
||||
#include "Poco/RefCountedObject.h"
|
||||
#include "Poco/AutoPtr.h"
|
||||
|
||||
|
||||
namespace Poco {
|
||||
@@ -38,6 +39,8 @@ class Foundation_API Channel: public Configurable, public RefCountedObject
|
||||
/// of getProperty() and setProperty().
|
||||
{
|
||||
public:
|
||||
using Ptr = AutoPtr<Channel>;
|
||||
|
||||
Channel();
|
||||
/// Creates the channel and initializes
|
||||
/// the reference count to one.
|
||||
|
||||
Reference in New Issue
Block a user