summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-30 20:20:58 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-30 20:20:58 +0000
commitcfd440a4a150f27a61936cb9d746ae89e3f66ff7 (patch)
treedb25d681569bbd75ee1c1d20f0049c7c4567a38a /examples
parentbb046a937a17d3c0d3f064042254ab46bc01d017 (diff)
downloadATCD-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.cpp2
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 ();
}