// Author: Vadim Zeitlin
// Modified by:
// Created: 01.06.01
-// RCS-ID: $Id$
// Copyright: (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
bool m_isInsideYield;
long m_eventsToProcessInsideYield;
-private:
// this flag is set on entry into Run() and reset before leaving it
bool m_isInsideRun;
+private:
wxDECLARE_NO_COPY_CLASS(wxEventLoopBase);
};