14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
* file.
*/
#import "OFObject.h"
#import "OFList.h"
#import "threading.h"
/*!
* @brief A class for Thread Local Storage keys.
*/
@interface OFTLSKey: OFObject
{
@public
|
>
>
>
>
>
|
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
* file.
*/
#import "OFObject.h"
#import "OFList.h"
#import "threading.h"
/* Haiku used to define this for some unknown reason which causes trouble */
#ifdef protected
# undef protected
#endif
/*!
* @brief A class for Thread Local Storage keys.
*/
@interface OFTLSKey: OFObject
{
@public
|