This method is called by the framework to notify a listening socket that it can accept pending connection requests. Override this method to do some special processing.
Header file: | Wcesock.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 2.0 and later |
virtual void OnAccept( int nErrorCode );
None.
This method calls CSocket::OnAccept by default.
CCeSocket::OnConnect, CSocket::OnAccept