ObjFW  Check-in [150d3df1e9]

Overview
Comment:OFLocking: Remove -[name] and -[setName:]

These are already handled by the name property.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 150d3df1e92d9538f27d20c6c6f2834c10c6038c19ea31635d03241b41ab55cf
User & Date: js on 2017-05-07 21:18:43
Other Links: manifest | tags
Context
2017-05-07
21:25
Use char{16,32}_t instead of of_char{16,32}_t check-in: 37d2a81754 user: js tags: trunk
21:18
OFLocking: Remove -[name] and -[setName:] check-in: 150d3df1e9 user: js tags: trunk
21:17
Use generic for -[OFException backtrace] check-in: 70adcc7bdd user: js tags: trunk
Changes

Modified src/OFLocking.h from [484f458e2d] to [ff0c964b4c].

41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
 */
- (bool)tryLock;

/*!
 * @brief Unlocks the lock.
 */
- (void)unlock;

/*!
 * @brief Sets a name for the lock.
 *
 * @param name The name for the lock
 */
- (void)setName: (nullable OFString *)name;

/*!
 * @brief Returns the name for the lock.
 *
 * @return The name for the lock
 */
- (nullable OFString *)name;
@end

OF_ASSUME_NONNULL_END







<
<
<
<
<
<
<
<
<
<
<
<
<
<



41
42
43
44
45
46
47














48
49
50
 */
- (bool)tryLock;

/*!
 * @brief Unlocks the lock.
 */
- (void)unlock;














@end

OF_ASSUME_NONNULL_END