Differences From Artifact [9ad9a41960]:
- File src/OFTLSKey.h — part of check-in [e40729d406] at 2013-02-12 18:22:15 on branch trunk — Prefix all ivars with an underscore. (user: js, size: 1710) [annotate] [blame] [check-ins using]
To Artifact [cf323057cd]:
- File
src/OFTLSKey.h
— part of check-in
[c5ef582958]
at
2013-03-04 17:20:15
on branch trunk
— Replace BOOL with bool.
The only places where BOOL is left are those where they are required by
the ABI. (user: js, size: 1710) [annotate] [blame] [check-ins using]
| ︙ | |||
30 31 32 33 34 35 36 | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | - + |
@interface OFTLSKey: OFObject
{
@public
of_tlskey_t _key;
@protected
void (*_destructor)(id);
of_list_object_t *_listObject;
|
| ︙ |