this functions could be static members as they could be called without instance

SVN revision: 40195
This commit is contained in:
Andreas Volz 2009-04-18 21:43:07 +00:00
parent 6cb886af50
commit 3b061d8ab5
1 changed files with 3 additions and 3 deletions

View File

@ -71,9 +71,9 @@ class EcoreApplication : public Trackable
EcoreEvasWindow* mainWindow() const;
/* Main Loop */
void exec();
void processOneEvent();
void quit();
static void exec();
static void processOneEvent();
static void quit();
/* Timer */
void startTimer( double seconds );