ObjFW  Diff

Differences From Artifact [a11c10e218]:

To Artifact [813b5c8c15]:


31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
 */
@interface OFAlreadyConnectedException: OFException
{
	id _socket;
}

/*!
 * The socket which is already connected.
 */
@property OF_NULLABLE_PROPERTY (readonly, nonatomic) id socket;

/*!
 * @brief Creates a new, autoreleased already connected exception.
 *
 * @param socket The socket which is already connected







|







31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
 */
@interface OFAlreadyConnectedException: OFException
{
	id _socket;
}

/*!
 * @brief The socket which is already connected.
 */
@property OF_NULLABLE_PROPERTY (readonly, nonatomic) id socket;

/*!
 * @brief Creates a new, autoreleased already connected exception.
 *
 * @param socket The socket which is already connected