Differences From Artifact [db39529c71]:
- File src/exceptions/OFNotConnectedException.h — part of check-in [c1b35e1495] at 2012-02-01 13:42:53 on branch trunk — Clean up the properties mess. (user: js, size: 1483) [annotate] [blame] [check-ins using]
To Artifact [0e29467b60]:
- File src/exceptions/OFNotConnectedException.h — part of check-in [c7adbcf399] at 2012-10-02 11:00:04 on branch trunk — Clean up properties in exceptions. (user: js, size: 1494) [annotate] [blame] [check-ins using]
| ︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | - + |
*/
@interface OFNotConnectedException: OFException
{
OFStreamSocket *socket;
}
#ifdef OF_HAVE_PROPERTIES
|
| ︙ |