Updated some bits in socket docs.
Documented socket samples Moved wxInitAllImageHandlers from 'file functions' (?) to 'misc functions' git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -17,19 +17,15 @@ You are unlikely to need to use this class: only wxSocketBase uses it.
|
||||
|
||||
\helpref{wxSocketBase}{wxsocketbase}
|
||||
\helpref{wxIPV4address}{wxipv4address}
|
||||
%\helpref{wxIPV6address}{wxipv6address}\\
|
||||
%\helpref{wxunixaddress}{wxunixaddress}
|
||||
|
||||
% ----------------------------------------------------------------------------
|
||||
% Members
|
||||
% ----------------------------------------------------------------------------
|
||||
|
||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||
|
||||
%
|
||||
% ctor/dtor
|
||||
%
|
||||
|
||||
\membersection{wxSockAddress::wxSockAddress}
|
||||
|
||||
\func{}{wxSockAddress}{\void}
|
||||
@@ -46,6 +42,7 @@ Default destructor.
|
||||
% Clear
|
||||
%
|
||||
\membersection{wxSockAddress::Clear}
|
||||
|
||||
\func{void}{Clear}{\void}
|
||||
|
||||
Delete all informations about the address.
|
||||
@@ -55,7 +52,6 @@ Delete all informations about the address.
|
||||
%
|
||||
\membersection{wxSockAddress::SockAddrLen}
|
||||
|
||||
\func{int}{SockAddrLen}{\void};
|
||||
\func{int}{SockAddrLen}{\void}
|
||||
|
||||
Returns the length of the socket address.
|
||||
|
||||
|
Reference in New Issue
Block a user