integrated changes for 1.2.3

This commit is contained in:
Guenter Obiltschnig
2006-09-14 16:46:36 +00:00
parent 0a517d5e30
commit a01116ca11
25 changed files with 550 additions and 136 deletions

View File

@@ -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()
{
}