Overview
| Comment: | OFDDPSocket: Fix minor documentation mistake |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | appletalk |
| Files: | files | file ages | folders |
| SHA3-256: |
4fa1ac90d736769f789aa6ab58156e87 |
| User & Date: | js on 2022-10-22 18:49:24 |
| Other Links: | branch diff | manifest | tags |
Context
|
2022-10-22
| ||
| 20:10 | configure: Include sys/types.h for netatalk/at.h (check-in: 0f4aa7ff6f user: js tags: appletalk) | |
| 18:49 | OFDDPSocket: Fix minor documentation mistake (check-in: 4fa1ac90d7 user: js tags: appletalk) | |
| 18:46 | Merge trunk into branch "appletalk" (check-in: d1c9ed8498 user: js tags: appletalk) | |
Changes
Modified src/OFDDPSocket.h from [f44d814690] to [60c1c8ded4].
| ︙ | |||
58 59 60 61 62 63 64 | 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | - + - |
* @note The delegate is retained for as long as asynchronous operations are
* still ongoing.
*/
@property OF_NULLABLE_PROPERTY (assign, nonatomic)
id <OFDDPSocketDelegate> delegate;
/**
|