ObjFW  Check-in [08700d08a6]

Overview
Comment:D'oh, stupid typo.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 08700d08a614dbebb14f2041e2c273107249eaea41d247767d6b5115555a04c8
User & Date: js on 2011-09-22 02:23:07
Other Links: manifest | tags
Context
2011-09-22
03:10
Don't use EV_RECEIPT. check-in: 1edb3cb8c7 user: js tags: trunk
02:23
D'oh, stupid typo. check-in: 08700d08a6 user: js tags: trunk
02:20
Use rint() instead of nearbyint(). check-in: 45b499fb11 user: js tags: trunk
Changes

Modified src/OFTCPSocket.h from [83294d47e8] to [5cb71bfab3].

38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
	BOOL			listening;
	struct sockaddr_storage	*sockAddr;
	socklen_t		sockAddrLen;
}

#ifdef OF_HAVE_PROPERTIES
@property (assign, readonly, getter=isBlocking) BOOL *listening;
#endif

/**
 * \brief Connect the OFTCPSocket to the specified destination.
 *
 * \param host The host to connect to
 * \param port The port on the host to connect to







|







38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
	BOOL			listening;
	struct sockaddr_storage	*sockAddr;
	socklen_t		sockAddrLen;
}

#ifdef OF_HAVE_PROPERTIES
@property (assign, readonly, getter=isListening) BOOL listening;
#endif

/**
 * \brief Connect the OFTCPSocket to the specified destination.
 *
 * \param host The host to connect to
 * \param port The port on the host to connect to