Rudiments
inetsocketutil.h
1 // Copyright (c) 2002 David Muse
2 // See the COPYING file for more information.
3 
4  protected:
5  const char *_address();
6  uint16_t *_port();
7  sockaddr_in *_sin();
8  private:
9  inetsocketutilprivate *pvt;