(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:
Andrew McCallum 1996-03-18 19:33:51 +00:00
parent d1ae74f76b
commit 168723aa94
2 changed files with 4 additions and 12 deletions

View file

@ -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;

View file

@ -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;