summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-08-01 15:26:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-08-01 15:26:06 +0000
commit7899d6e66850077b0b61758c2b31b90106a6862a (patch)
tree4571fc9f1915b96bb3bd1150c85dbc502478d81b /TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp
parent7bdbf5d48134cd0b123b35385ef52524430d8174 (diff)
downloadATCD-7899d6e66850077b0b61758c2b31b90106a6862a.tar.gz
ChangeLogTag: Sun Aug 1 15:18:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp')
-rw-r--r--TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp b/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp
index e92e991515b..14dcf3155d8 100644
--- a/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp
+++ b/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp
@@ -205,7 +205,7 @@ Supplier::run (int argc, char* argv[])
"Calling NotifyLog get_n_records...\n"));
#ifndef ACE_LACKS_LONGLONG_T
- CORBA::Long retval = notify_log_->get_n_records (ACE_ENV_SINGLE_ARG_PARAMETER);
+ CORBA::ULongLong retval = notify_log_->get_n_records (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
#else
CORBA::Long retval = notify_log_->get_n_records (ACE_ENV_SINGLE_ARG_PARAMETER).lo();
@@ -232,10 +232,10 @@ Supplier::run (int argc, char* argv[])
notify_log_->query (QUERY_LANG, QUERY_1, iter_out);
CORBA::ULong j = 0;
- for (; j < rec_list->length();++j)
+ for (; j < rec_list->length();++j)
#ifndef ACE_LACKS_LONGLONG_T
ACE_DEBUG ((LM_DEBUG,
- "id = %Q, time= %Q\n",
+ "id = %Q, time= %Q\n",
rec_list[j].id, rec_list[j].time));
#else
ACE_DEBUG ((LM_DEBUG,