summaryrefslogtreecommitdiff
path: root/ACE/examples/Timer_Queue/Driver.cpp
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-07-17 04:06:30 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-07-17 04:06:30 +0000
commitcb39ec159c448ee5ffd5f16c4c65c9478b211756 (patch)
tree0015d01b574c6f19150b8c3a9f40c4d040044ee6 /ACE/examples/Timer_Queue/Driver.cpp
parent9d8f7c5c3d16c46d49cde4da24bb052ca6064e87 (diff)
downloadATCD-cb39ec159c448ee5ffd5f16c4c65c9478b211756.tar.gz
Tue Jul 17 04:03:24 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'ACE/examples/Timer_Queue/Driver.cpp')
-rw-r--r--ACE/examples/Timer_Queue/Driver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/examples/Timer_Queue/Driver.cpp b/ACE/examples/Timer_Queue/Driver.cpp
index ca549b1f952..20327d76dc1 100644
--- a/ACE/examples/Timer_Queue/Driver.cpp
+++ b/ACE/examples/Timer_Queue/Driver.cpp
@@ -145,11 +145,11 @@ Timer_Queue_Test_Driver<TQ, RECEIVER, ACTION>::parse_commands (const char *buf)
/* NOTREACHED */
case 3: // Dump the existing timers.
- return list_cmd_->execute (NULL);
+ return list_cmd_->execute (0);
/* NOTREACHED */
case 4: // Exit the program.
- return shutdown_cmd_->execute (NULL);
+ return shutdown_cmd_->execute (0);
/* NOTREACHED */
default: