summaryrefslogtreecommitdiff
path: root/examples/APG/Reactor
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2004-01-09 22:02:43 +0000
committerSteve Huston <shuston@riverace.com>2004-01-09 22:02:43 +0000
commit75cd4efb2768989d6b0bd0b48570aa25270536a8 (patch)
treef582d364e699da5b4926125238b556676408a929 /examples/APG/Reactor
parent2293b184ed42dfc0a335ef04872f5d890bf48cc2 (diff)
downloadATCD-75cd4efb2768989d6b0bd0b48570aa25270536a8.tar.gz
ChangeLogTag:Fri Jan 9 16:55:39 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'examples/APG/Reactor')
-rw-r--r--examples/APG/Reactor/Timers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/APG/Reactor/Timers.cpp b/examples/APG/Reactor/Timers.cpp
index bc17e3aa202..4fc7bfafa4b 100644
--- a/examples/APG/Reactor/Timers.cpp
+++ b/examples/APG/Reactor/Timers.cpp
@@ -40,7 +40,7 @@ pid_t timerTask (int initialDelay,
sleep (interval);
}
- return 0;
+ ACE_NOTREACHED (return 0);
}
// Listing 1