diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-12-30 20:20:58 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-12-30 20:20:58 +0000 |
commit | cfd440a4a150f27a61936cb9d746ae89e3f66ff7 (patch) | |
tree | db25d681569bbd75ee1c1d20f0049c7c4567a38a /examples | |
parent | bb046a937a17d3c0d3f064042254ab46bc01d017 (diff) | |
download | ATCD-cfd440a4a150f27a61936cb9d746ae89e3f66ff7.tar.gz |
ChangeLogTag: Fri Dec 30 12:17:17 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/C++NPv2/AC_Client_Logging_Daemon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/C++NPv2/AC_Client_Logging_Daemon.cpp b/examples/C++NPv2/AC_Client_Logging_Daemon.cpp index eb7c84ac323..759dcb44861 100644 --- a/examples/C++NPv2/AC_Client_Logging_Daemon.cpp +++ b/examples/C++NPv2/AC_Client_Logging_Daemon.cpp @@ -207,7 +207,7 @@ int AC_Output_Handler::svc () { } if (message_index >= ACE_IOV_MAX || (ACE_OS::gettimeofday () - time_of_last_send - >= FLUSH_TIMEOUT)) { + >= ACE_Time_Value(FLUSH_TIMEOUT))) { if (send (chunk, message_index) == -1) break; time_of_last_send = ACE_OS::gettimeofday (); } |