We can't have an instance variable match the name of a C function because then we...
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 4 Jan 2008 10:24:40 +0000 (02:24 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 4 Jan 2008 10:24:40 +0000 (02:24 -0800)
commit96dd5a9b4560210a1b9a73b5ead16cfb09379a53
tree708ff29fc43f586cdade9472ad6edd901f6eed61
parent298bdfb80725a6c6a8bc10e62c6144f774c951d3
We can't have an instance variable match the name of a C function because then we don't compile

* Source/SocketWrapper.h: ivar socket is now sock
* Source/SocketWrapper.m:
([SocketWrapper connect:]): We're now happy because socket() can be called without ambiguity between self->socket
Source/SocketWrapper.h
Source/SocketWrapper.m