mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 07:14:46 +02:00
synced with main repository
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// Message.h
|
||||
//
|
||||
// $Id: //poco/Main/Foundation/include/Poco/Message.h#3 $
|
||||
// $Id: //poco/svn/Foundation/include/Poco/Message.h#3 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Logging
|
||||
@@ -187,6 +187,12 @@ inline Message::Priority Message::getPriority() const
|
||||
}
|
||||
|
||||
|
||||
inline const Timestamp& Message::getTime() const
|
||||
{
|
||||
return _time;
|
||||
}
|
||||
|
||||
|
||||
inline const std::string& Message::getThread() const
|
||||
{
|
||||
return _thread;
|
||||
|
Reference in New Issue
Block a user