wip
Fork of Socket by
Revision 22:44127328288c, committed 2015-01-08
- Comitter:
- klauss
- Date:
- Thu Jan 08 23:42:14 2015 +0000
- Parent:
- 21:9e672d32fbb4
- Commit message:
- wip
Changed in this revision
Endpoint.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 9e672d32fbb4 -r 44127328288c Endpoint.h --- a/Endpoint.h Wed Jan 07 21:48:05 2015 +0000 +++ b/Endpoint.h Thu Jan 08 23:42:14 2015 +0000 @@ -53,10 +53,12 @@ \return The port of this endpoint */ int get_port(void); + + struct sockaddr_in _remoteHost; protected: char _ipAddress[17]; - struct sockaddr_in _remoteHost; + //struct sockaddr_in _remoteHost; };