diff options
author | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2007-07-17 04:06:30 +0000 |
---|---|---|
committer | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2007-07-17 04:06:30 +0000 |
commit | cb39ec159c448ee5ffd5f16c4c65c9478b211756 (patch) | |
tree | 0015d01b574c6f19150b8c3a9f40c4d040044ee6 /ACE/examples/Timer_Queue/Driver.cpp | |
parent | 9d8f7c5c3d16c46d49cde4da24bb052ca6064e87 (diff) | |
download | ATCD-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.cpp | 4 |
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: |