summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Notify
diff options
context:
space:
mode:
authormitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-06-08 19:27:39 +0000
committermitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-06-08 19:27:39 +0000
commit80d9b99f2b37b0bfed495ad499e79ceeda8800bd (patch)
treedb1dbd7bfe47e999200d51c1694b13a6be360339 /TAO/orbsvcs/examples/Notify
parent82ca6f504ae3c870fc09ab735b074e4c04d2b3d1 (diff)
downloadATCD-80d9b99f2b37b0bfed495ad499e79ceeda8800bd.tar.gz
ChangeLogTag: Mon Jun 8 19:18:58 UTC 2009 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/examples/Notify')
-rw-r--r--TAO/orbsvcs/examples/Notify/MC/monitor/monitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/Notify/MC/monitor/monitor.cpp b/TAO/orbsvcs/examples/Notify/MC/monitor/monitor.cpp
index 8e3d04c526d..1c9d77bd985 100644
--- a/TAO/orbsvcs/examples/Notify/MC/monitor/monitor.cpp
+++ b/TAO/orbsvcs/examples/Notify/MC/monitor/monitor.cpp
@@ -267,7 +267,7 @@ ACE_TMAIN (int argc, ACE_TCHAR* argv[])
{
ACE_DEBUG ((LM_DEBUG,
"Last: %g Average: %g\n",
- data->data_union.num().dlist[0],
+ data->data_union.num().dlist[0].value,
data->data_union.num().average));
}
else