diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-10-10 14:06:45 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-10-10 14:06:45 +0000 |
commit | a46dd8d729656ae7b28e510aaec847d085c099d2 (patch) | |
tree | 9902193abe07adc7d30aab369245d2221a41e4be /TAO/orbsvcs/tests/FtRtEvent | |
parent | 8bb14dab33b99ef7dba051cdbde7cfd4b303f472 (diff) | |
download | ATCD-a46dd8d729656ae7b28e510aaec847d085c099d2.tar.gz |
Diffstat (limited to 'TAO/orbsvcs/tests/FtRtEvent')
-rw-r--r-- | TAO/orbsvcs/tests/FtRtEvent/supplier.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/FtRtEvent/supplier.cpp b/TAO/orbsvcs/tests/FtRtEvent/supplier.cpp index d34e17f4872..3917c241ef4 100644 --- a/TAO/orbsvcs/tests/FtRtEvent/supplier.cpp +++ b/TAO/orbsvcs/tests/FtRtEvent/supplier.cpp @@ -43,7 +43,7 @@ get_event_channel(int argc, ACE_TCHAR** argv) use_gateway = 0; break; case 't': - timer_interval.set(ACE_TEXT_ALWAYS_CHAR(atof(get_opt.opt_arg ()))); + timer_interval.set(atof(ACE_TEXT_ALWAYS_CHAR(get_opt.opt_arg ()))); case 'h': case '?': ACE_DEBUG((LM_DEBUG, |