Use dot syntax
This commit is contained in:
parent
8d016d961d
commit
781af5edef
21 changed files with 396 additions and 392 deletions
|
@ -147,7 +147,7 @@ OF_ASSUME_NONNULL_BEGIN
|
|||
*/
|
||||
@interface XMPPConnection: OFObject
|
||||
{
|
||||
OF_KINDOF(OFTCPSocket *) _socket;
|
||||
OFTCPSocket *_socket;
|
||||
char _buffer[XMPP_CONNECTION_BUFFER_LENGTH];
|
||||
OFXMLParser *_parser, *_oldParser;
|
||||
OFXMLElementBuilder *_elementBuilder, *_oldElementBuilder;
|
||||
|
@ -235,7 +235,7 @@ OF_ASSUME_NONNULL_BEGIN
|
|||
/*!
|
||||
* @brief The socket used for the connection.
|
||||
*/
|
||||
@property (readonly, nonatomic) OF_KINDOF(OFTCPSocket *) socket;
|
||||
@property (readonly, nonatomic) OFTCPSocket *socket;
|
||||
|
||||
/*!
|
||||
* @brief Whether encryption is required.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue