mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 23:07:56 +02:00
integrated changes for 1.2.3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// ThreadLocal.h
|
||||
//
|
||||
// $Id: //poco/1.2/Foundation/include/Poco/ThreadLocal.h#1 $
|
||||
// $Id: //poco/1.2/Foundation/include/Poco/ThreadLocal.h#2 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Threading
|
||||
@@ -65,7 +65,8 @@ class TLSSlot: public TLSAbstractSlot
|
||||
/// must not create instances of it yourself.
|
||||
{
|
||||
public:
|
||||
TLSSlot()
|
||||
TLSSlot():
|
||||
_value()
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user