aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/thread2
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2002-12-30 04:32:19 +0000
committerThomas Grill <xovo@users.sourceforge.net>2002-12-30 04:32:19 +0000
commit62530f3fc55d3dc1c12bcd3b88f0922c15cd82e5 (patch)
treea57fc5a54ed78f189f074724396f81330faf9a3b /externals/grill/flext/tutorial/thread2
parent562dcc336797951b2a8707413aa44177484c9f2a (diff)
""
svn path=/trunk/; revision=310
Diffstat (limited to 'externals/grill/flext/tutorial/thread2')
-rw-r--r--externals/grill/flext/tutorial/thread2/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/externals/grill/flext/tutorial/thread2/main.cpp b/externals/grill/flext/tutorial/thread2/main.cpp
index 2cdc37c3..0abb5962 100644
--- a/externals/grill/flext/tutorial/thread2/main.cpp
+++ b/externals/grill/flext/tutorial/thread2/main.cpp
@@ -41,11 +41,11 @@ protected:
void m_textout();
private:
- FLEXT_THREAD_I(m_start); // define threaded callback for method m_start
- FLEXT_CALLBACK(m_stop); // normal callback for m_stop
- FLEXT_CALLBACK(m_text); // turn on console output
+ FLEXT_THREAD_I(m_start) // define threaded callback for method m_start
+ FLEXT_CALLBACK(m_stop) // normal callback for m_stop
+ FLEXT_CALLBACK(m_text) // turn on console output
- FLEXT_THREAD(m_textout); // text output
+ FLEXT_THREAD(m_textout) // text output
float delay;
volatile int count;