CAsynsCosket的基于对话框的通信linsten()函数执行时,会触发系统调用虚函数OnAccept函数吧?该如何处理

CAsynsCosket的基于对话框的通信linsten()函数执行时,会触发系统调用虚函数OnAccept函数吧?如题[解决办法]

CAsynsCosket的基于对话框的通信linsten()函数执行时,会触发系统调用虚函数OnAccept函数吧?
如题

[解决办法]
Called by the framework to notify a listening socket that it can accept pending connection requests by calling the Accept member function. 

 
virtual void OnAccept(
int nErrorCode 
);
 
------
调用Accept函数的时候