ObjFW  Diff

Differences From Artifact [23a84ce0b7]:

To Artifact [c3d642af27]:


19
20
21
22
23
24
25



26
27
28
29
30
31
32
#ifndef OF_HAVE_THREADS
# error No threads available!
#endif

@class OFThread;

/*!



 * @brief An exception indicating that joining a thread failed.
 */
@interface OFThreadJoinFailedException: OFException
{
	OFThread *_thread;
}








>
>
>







19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#ifndef OF_HAVE_THREADS
# error No threads available!
#endif

@class OFThread;

/*!
 * @class OFThreadJoinFailedException \
 *	  OFThreadJoinFailedException.h ObjFW/OFThreadJoinFailedException.h
 *
 * @brief An exception indicating that joining a thread failed.
 */
@interface OFThreadJoinFailedException: OFException
{
	OFThread *_thread;
}