-// ===========================================================================
-// wxEventLoop implementation
-// ===========================================================================
-
-//-----------------------------------------------------------------------------
-// initialization
-//-----------------------------------------------------------------------------
-
-wxConsoleEventLoop::wxConsoleEventLoop()
-{
- m_wakeupPipe = new wxPrivate::PipeIOHandler();
- if ( !m_wakeupPipe->Create() )
- {
- wxDELETE(m_wakeupPipe);
- m_dispatcher = NULL;
- return;