mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
submitted 1.2.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// AsyncChannel.cpp
|
||||
//
|
||||
// $Id: //poco/1.1.0/Foundation/src/AsyncChannel.cpp#2 $
|
||||
// $Id: //poco/1.2/Foundation/src/AsyncChannel.cpp#1 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Logging
|
||||
@@ -34,15 +34,15 @@
|
||||
//
|
||||
|
||||
|
||||
#include "Foundation/AsyncChannel.h"
|
||||
#include "Foundation/Notification.h"
|
||||
#include "Foundation/Message.h"
|
||||
#include "Foundation/Formatter.h"
|
||||
#include "Foundation/AutoPtr.h"
|
||||
#include "Foundation/LoggingRegistry.h"
|
||||
#include "Poco/AsyncChannel.h"
|
||||
#include "Poco/Notification.h"
|
||||
#include "Poco/Message.h"
|
||||
#include "Poco/Formatter.h"
|
||||
#include "Poco/AutoPtr.h"
|
||||
#include "Poco/LoggingRegistry.h"
|
||||
|
||||
|
||||
Foundation_BEGIN
|
||||
namespace Poco {
|
||||
|
||||
|
||||
class MessageNotification: public Notification
|
||||
@@ -144,4 +144,4 @@ void AsyncChannel::run()
|
||||
}
|
||||
|
||||
|
||||
Foundation_END
|
||||
} // namespace Poco
|
||||
|
||||
Reference in New Issue
Block a user