mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(TcpInPort _run_loops): Removed ivars.
(TcpInPort _client_sock_2_out_port, _client_sock_2_packet): Prepended ivars with underscores. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1188 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d1ae74f76b
commit
168723aa94
2 changed files with 4 additions and 12 deletions
|
@ -39,12 +39,8 @@
|
|||
{
|
||||
int _socket;
|
||||
struct sockaddr_in _listening_address;
|
||||
fd_set active_fd_set;
|
||||
NSMapTable *client_sock_2_out_port;
|
||||
NSMapTable *client_sock_2_packet;
|
||||
/* The RunLoops with which our file descriptors are registered. */
|
||||
Bag *_run_loops;
|
||||
/* xxx run loop modes are currently ignored. */
|
||||
NSMapTable *_client_sock_2_out_port;
|
||||
NSMapTable *_client_sock_2_packet;
|
||||
}
|
||||
|
||||
+ newForReceivingFromPortNumber: (unsigned short)n;
|
||||
|
|
|
@ -39,12 +39,8 @@
|
|||
{
|
||||
int _socket;
|
||||
struct sockaddr_in _listening_address;
|
||||
fd_set active_fd_set;
|
||||
NSMapTable *client_sock_2_out_port;
|
||||
NSMapTable *client_sock_2_packet;
|
||||
/* The RunLoops with which our file descriptors are registered. */
|
||||
Bag *_run_loops;
|
||||
/* xxx run loop modes are currently ignored. */
|
||||
NSMapTable *_client_sock_2_out_port;
|
||||
NSMapTable *_client_sock_2_packet;
|
||||
}
|
||||
|
||||
+ newForReceivingFromPortNumber: (unsigned short)n;
|
||||
|
|
Loading…
Reference in a new issue