Searched refs:ehsource (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dxtistrm.cpp561 wxEvtHandler *ehsource = dynamic_cast< wxEvtHandler* >( m_data->GetObject( eventSourceObjectID ) ) ; local
564 if ( ehsource && ehsink )
569 ehsource->Connect( -1 , delegateTypeInfo->GetEventType() ,
577 ehsource->Connect( -1 , iter ,
825 wxString ehsource = m_data->GetObjectName( eventSourceObjectID ) ; local
835 ehsource.c_str() , ehsource.c_str() , eventType , ehsinkClass.c_str() , handlerName.c_str() , ehsink.c_str() ) );

Completed in 24 milliseconds