ObjFW  Check-in [b39e7c8bd1]

Overview
Comment:OFSet: Fix wrong argument type in interface.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b39e7c8bd1b300a13873eaa1f5b2bcb94ee7fe73bddafe81052aa41f2d806689
User & Date: js on 2012-12-15 19:45:45
Other Links: manifest | tags
Context
2012-12-15
20:35
OFHTTPRequest: Add property remoteAddress. check-in: b8d3e09eff user: js tags: trunk
19:45
OFSet: Fix wrong argument type in interface. check-in: b39e7c8bd1 user: js tags: trunk
19:44
Get rid of a wrongful GCC warning. check-in: a7e0ceee3a user: js tags: trunk
Changes

Modified src/OFSet.h from [7443a8dee9] to [b01baf3659].

154
155
156
157
158
159
160
161
162
163
164
165
166
167
168

/*!
 * @brief Creates a new set by creating the intersection of the receiver and
 *	  the specified set.
 *
 * @param set The set to intersect with
 */
- (OFSet*)setByIntersectingWithSet: (OFString*)set;

/*!
 * @brief Creates a new set by creating the union of the receiver and the
 *	  specified set.
 *
 * @param set The set to create the union with
 */







|







154
155
156
157
158
159
160
161
162
163
164
165
166
167
168

/*!
 * @brief Creates a new set by creating the intersection of the receiver and
 *	  the specified set.
 *
 * @param set The set to intersect with
 */
- (OFSet*)setByIntersectingWithSet: (OFSet*)set;

/*!
 * @brief Creates a new set by creating the union of the receiver and the
 *	  specified set.
 *
 * @param set The set to create the union with
 */