Develop and Download Open Source Software

Browse Subversion Repository

Diff of /SocketX/SocketX.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 16 by sho1get, Mon Jun 28 05:40:57 2010 UTC revision 17 by sho1get, Mon Jun 28 05:42:45 2010 UTC
# Line 61  typedef std::tr1::shared_ptr<CRawSocket> Line 61  typedef std::tr1::shared_ptr<CRawSocket>
61    
62  typedef struct _NETADDR  typedef struct _NETADDR
63  {  {
64          DWORD dwAddress;          union
65            {
66                    DWORD dwAddress;
67                    BYTE  pat[4];
68            };
69          WORD  wPort;          WORD  wPort;
70          UINT  nFamily;          UINT  nFamily;
71  }  }

Legend:
Removed from v.16  
changed lines
  Added in v.17

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26