projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cleaning of sources (Univ related files). -1/TRUE/FALSE/wxIDY_ANY/wxDefaultCoord...
[wxWidgets.git]
/
src
/
cocoa
/
evtloop.mm
diff --git
a/src/cocoa/evtloop.mm
b/src/cocoa/evtloop.mm
index 32f9ccbfa13bc4c8a897e9386a6e2a2aaeab7e54..7e122cb12a02f0aa58a06afb60309dfa6a5868d5 100644
(file)
--- a/
src/cocoa/evtloop.mm
+++ b/
src/cocoa/evtloop.mm
@@
-6,7
+6,7
@@
// Created: 2003/10/02
// RCS-ID: $Id$
// Copyright: (c) 2003 David Elliott <dfe@cox.net>
// Created: 2003/10/02
// RCS-ID: $Id$
// Copyright: (c) 2003 David Elliott <dfe@cox.net>
-// License: wxWi
ndow
s licence
+// License: wxWi
dget
s licence
///////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
///////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
@@
-48,18
+48,13
@@
private:
// wxEventLoop running and exiting
// ----------------------------------------------------------------------------
// wxEventLoop running and exiting
// ----------------------------------------------------------------------------
-wxEventLoop *wxEventLoop::ms_activeLoop = NULL;
+wxEventLoop *wxEventLoop
Base
::ms_activeLoop = NULL;
wxEventLoop::~wxEventLoop()
{
wxASSERT_MSG( !m_impl, _T("should have been deleted in Run()") );
}
wxEventLoop::~wxEventLoop()
{
wxASSERT_MSG( !m_impl, _T("should have been deleted in Run()") );
}
-bool wxEventLoop::IsRunning() const
-{
- return m_impl;
-}
-
int wxEventLoop::Run()
{
// event loops are not recursive, you need to create another loop!
int wxEventLoop::Run()
{
// event loops are not recursive, you need to create another loop!