Differences From Artifact [1bd7530b03]:
- File src/exceptions/OFNotConnectedException.h — part of check-in [813c00ccf0] at 2013-01-09 22:24:47 on branch trunk — Update copyright. (user: js, size: 1657) [annotate] [blame] [check-ins using]
To Artifact [281c34dc5e]:
- File src/exceptions/OFNotConnectedException.h — part of check-in [e40729d406] at 2013-02-12 18:22:15 on branch trunk — Prefix all ivars with an underscore. (user: js, size: 1658) [annotate] [blame] [check-ins using]
| ︙ | |||
19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | - + |
@class OFStreamSocket;
/*!
* @brief An exception indicating a socket is not connected or bound.
*/
@interface OFNotConnectedException: OFException
{
|
| ︙ |